Html Css Color HEX #BB7F5B Medium Wood

📋 copy color: '#BB7F5B'

red 187 ◦ green 127 ◦ blue 91

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

Shades of Medium Wood #BB7F5B

Tints of Medium Wood #BB7F5B

RGB

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

 GREEN value IS 127 (50% from 255) = 31.36%

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

R = 46.17%
G = 31.36%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB7F5B (or 0xBB7F5B) is known color: Medium Wood. HEX triplet: BB, 7F and 5B. RGB value is (187,127,91). Sum of RGB (Red+Green+Blue) = 187+127+91=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7F5B is #4480A4. Grayscale: #8D8D8D. Windows color (decimal): -4489381 or 5996475. OLE color: 5996475.

HSL color Cylindrical-coordinate representation of color #BB7F5B: hue angle of 22.5º 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 #BB7F5B is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 127 91 -
CMYK 0 0.32 0.51 0.27
HSL 22.5º 0.41% 0.55% -
HSV(B) 22.5º 0.51% 0.73% -
XYZ 29.97 26.5 13.43 -
YUV 140.84 99.88 160.93 -
System Red Green Blue C M Y K H S L
Decimal 187 127 91 0 0.32 0.51 0.27 22.5 0.41 0.55
Hex BB 7F 5B 0 20 33 1B 16 29 37
Octal 273 177 133 0 40 63 33 26 51 67
Binary 10111011 1111111 1011011 0 100000 110011 11011 10110 101001 110111

Color Harmonies of #BB7F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7F5B

Black with #BB7F5B

Text Example


Text Example

White with #BB7F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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