Html Css Color HEX #B5886B Medium Wood

📋 copy color: '#B5886B'

red 181 ◦ green 136 ◦ blue 107

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

Shades of Medium Wood #B5886B

Tints of Medium Wood #B5886B

RGB

 RED value IS 181 (71.09% from 255) = 42.69%

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

 BLUE value IS 107 (42.19% from 255) = 25.24%

R = 42.69%
G = 32.08%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5886B (or 0xB5886B) is known color: Medium Wood. HEX triplet: B5, 88 and 6B. RGB value is (181,136,107). Sum of RGB (Red+Green+Blue) = 181+136+107=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5886B is #4A7794. Grayscale: #929292. Windows color (decimal): -4880277 or 7047349. OLE color: 7047349.

HSL color Cylindrical-coordinate representation of color #B5886B: hue angle of 23.51º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5886B is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 136 107 -
CMYK 0 0.25 0.41 0.29
HSL 23.51º 0.33% 0.56% -
HSV(B) 23.51º 0.41% 0.71% -
XYZ 30.51 28.49 17.8 -
YUV 146.15 105.91 152.86 -
System Red Green Blue C M Y K H S L
Decimal 181 136 107 0 0.25 0.41 0.29 23.51 0.33 0.56
Hex B5 88 6B 0 19 29 1D 18 21 38
Octal 265 210 153 0 31 51 35 30 41 70
Binary 10110101 10001000 1101011 0 11001 101001 11101 11000 100001 111000

Color Harmonies of #B5886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5886B

Black with #B5886B

Text Example


Text Example

White with #B5886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5886B; }

 p { color: rgb(181,136,107); }

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

background-color css

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

 a { background-color: rgb(181,136,107); }

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

border-color css

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

 span { border-color: rgb(181,136,107); }

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