Html Css Color HEX #B88868 Medium Wood

📋 copy color: '#B88868'

red 184 ◦ green 136 ◦ blue 104

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

Shades of Medium Wood #B88868

Tints of Medium Wood #B88868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.08%

 BLUE value IS 104 (41.02% from 255) = 24.53%

R = 43.4%
G = 32.08%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B88868 (or 0xB88868) is known color: Medium Wood. HEX triplet: B8, 88 and 68. RGB value is (184,136,104). Sum of RGB (Red+Green+Blue) = 184+136+104=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B88868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88868 is #477797. Grayscale: #929292. Windows color (decimal): -4683672 or 6850744. OLE color: 6850744.

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

Color convert

RGB 184 136 104 -
CMYK 0 0.26 0.43 0.28
HSL 24º 0.36% 0.56% -
HSV(B) 24º 0.43% 0.72% -
XYZ 31.07 28.8 17.02 -
YUV 146.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 184 136 104 0 0.26 0.43 0.28 24 0.36 0.56
Hex B8 88 68 0 1A 2B 1C 18 24 38
Octal 270 210 150 0 32 53 34 30 44 70
Binary 10111000 10001000 1101000 0 11010 101011 11100 11000 100100 111000

Color Harmonies of #B88868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88868

Black with #B88868

Text Example


Text Example

White with #B88868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88868; }

 p { color: rgb(184,136,104); }

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

background-color css

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

 a { background-color: rgb(184,136,104); }

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

border-color css

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

 span { border-color: rgb(184,136,104); }

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