Html Css Color HEX #BB7E5B Medium Wood

📋 copy color: '#BB7E5B'

red 187 ◦ green 126 ◦ blue 91

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

Shades of Medium Wood #BB7E5B

Tints of Medium Wood #BB7E5B

RGB

 RED value IS 187 (73.44% from 255) = 46.29%

 GREEN value IS 126 (49.61% from 255) = 31.19%

 BLUE value IS 91 (35.94% from 255) = 22.52%

R = 46.29%
G = 31.19%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB7E5B (or 0xBB7E5B) is known color: Medium Wood. HEX triplet: BB, 7E and 5B. RGB value is (187,126,91). Sum of RGB (Red+Green+Blue) = 187+126+91=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E5B is #4481A4. Grayscale: #8C8C8C. Windows color (decimal): -4489637 or 5996219. OLE color: 5996219.

HSL color Cylindrical-coordinate representation of color #BB7E5B: hue angle of 21.88º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB7E5B is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 126 91 -
CMYK 0 0.33 0.51 0.27
HSL 21.88º 0.41% 0.55% -
HSV(B) 21.88º 0.51% 0.73% -
XYZ 29.84 26.24 13.39 -
YUV 140.25 100.21 161.35 -
System Red Green Blue C M Y K H S L
Decimal 187 126 91 0 0.33 0.51 0.27 21.88 0.41 0.55
Hex BB 7E 5B 0 21 33 1B 16 29 37
Octal 273 176 133 0 41 63 33 26 51 67
Binary 10111011 1111110 1011011 0 100001 110011 11011 10110 101001 110111

Color Harmonies of #BB7E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7E5B

Black with #BB7E5B

Text Example


Text Example

White with #BB7E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7E5B; }

 p { color: rgb(187,126,91); }

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

background-color css

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

 a { background-color: rgb(187,126,91); }

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

border-color css

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

 span { border-color: rgb(187,126,91); }

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