Html Css Color HEX #BB7F5D Medium Wood

📋 copy color: '#BB7F5D'

red 187 ◦ green 127 ◦ blue 93

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

Shades of Medium Wood #BB7F5D

Tints of Medium Wood #BB7F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.85%

R = 45.95%
G = 31.2%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB7F5D (or 0xBB7F5D) is known color: Medium Wood. HEX triplet: BB, 7F and 5D. RGB value is (187,127,93). Sum of RGB (Red+Green+Blue) = 187+127+93=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7F5D is #4480A2. Grayscale: #8D8D8D. Windows color (decimal): -4489379 or 6127547. OLE color: 6127547.

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

Color convert

RGB 187 127 93 -
CMYK 0 0.32 0.50 0.27
HSL 21.7º 0.41% 0.55% -
HSV(B) 21.7º 0.5% 0.73% -
XYZ 30.06 26.53 13.89 -
YUV 141.06 100.88 160.76 -
System Red Green Blue C M Y K H S L
Decimal 187 127 93 0 0.32 0.50 0.27 21.7 0.41 0.55
Hex BB 7F 5D 0 20 32 1B 16 29 37
Octal 273 177 135 0 40 62 33 26 51 67
Binary 10111011 1111111 1011101 0 100000 110010 11011 10110 101001 110111

Color Harmonies of #BB7F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7F5D

Black with #BB7F5D

Text Example


Text Example

White with #BB7F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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