Html Css Color HEX #B7886C Medium Wood

📋 copy color: '#B7886C'

red 183 ◦ green 136 ◦ blue 108

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

Shades of Medium Wood #B7886C

Tints of Medium Wood #B7886C

RGB

 RED value IS 183 (71.88% from 255) = 42.86%

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

 BLUE value IS 108 (42.58% from 255) = 25.29%

R = 42.86%
G = 31.85%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B7886C (or 0xB7886C) is known color: Medium Wood. HEX triplet: B7, 88 and 6C. RGB value is (183,136,108). Sum of RGB (Red+Green+Blue) = 183+136+108=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7886C is #487793. Grayscale: #939393. Windows color (decimal): -4749204 or 7112887. OLE color: 7112887.

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

Color convert

RGB 183 136 108 -
CMYK 0 0.26 0.41 0.28
HSL 22.4º 0.34% 0.57% -
HSV(B) 22.4º 0.41% 0.72% -
XYZ 31.04 28.76 18.1 -
YUV 146.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 183 136 108 0 0.26 0.41 0.28 22.4 0.34 0.57
Hex B7 88 6C 0 1A 29 1C 16 22 39
Octal 267 210 154 0 32 51 34 26 42 71
Binary 10110111 10001000 1101100 0 11010 101001 11100 10110 100010 111001

Color Harmonies of #B7886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7886C

Black with #B7886C

Text Example


Text Example

White with #B7886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7886C; }

 p { color: rgb(183,136,108); }

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

background-color css

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

 a { background-color: rgb(183,136,108); }

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

border-color css

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

 span { border-color: rgb(183,136,108); }

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