Html Css Color HEX #B88965 Medium Wood

📋 copy color: '#B88965'

red 184 ◦ green 137 ◦ blue 101

#B88965
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Wood #B88965

Tints of Medium Wood #B88965

RGB

 RED value IS 184 (72.27% from 255) = 43.6%

 GREEN value IS 137 (53.91% from 255) = 32.46%

 BLUE value IS 101 (39.84% from 255) = 23.93%

R = 43.6%
G = 32.46%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B88965 (or 0xB88965) is known color: Medium Wood. HEX triplet: B8, 89 and 65. RGB value is (184,137,101). Sum of RGB (Red+Green+Blue) = 184+137+101=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B88965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88965 is #47769A. Grayscale: #939393. Windows color (decimal): -4683419 or 6654392. OLE color: 6654392.

HSL color Cylindrical-coordinate representation of color #B88965: hue angle of 26.02º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B88965 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 137 101 -
CMYK 0 0.26 0.45 0.28
HSL 26.02º 0.37% 0.56% -
HSV(B) 26.02º 0.45% 0.72% -
XYZ 31.06 29.02 16.28 -
YUV 146.95 102.07 154.43 -
System Red Green Blue C M Y K H S L
Decimal 184 137 101 0 0.26 0.45 0.28 26.02 0.37 0.56
Hex B8 89 65 0 1A 2D 1C 1A 25 38
Octal 270 211 145 0 32 55 34 32 45 70
Binary 10111000 10001001 1100101 0 11010 101101 11100 11010 100101 111000

Color Harmonies of #B88965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88965

Black with #B88965

Text Example


Text Example

White with #B88965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88965; }

 p { color: rgb(184,137,101); }

 H1.HeaderClassName
 {
   color: #B88965;
 }
 .AnyTagClassName
 {
   color: #B88965;
 }
</style>

background-color css

<style>
 a { background-color: #B88965; }

 a { background-color: rgb(184,137,101); }

 div.DivClassName
 {
   background-color: #B88965;
 }
 .BgClassName
 {
   background-color: #B88965;
 }
</style>

border-color css

<style>
 span { border-color: #B88965; }

 span { border-color: rgb(184,137,101); }

 td.TdClassName
 {
   border-color: #B88965;
 }
 .TagClassName
 {
   border-color: #B88965;
 }
</style>