Html Css Color HEX #BB7D59 Medium Wood

📋 copy color: '#BB7D59'

red 187 ◦ green 125 ◦ blue 89

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

Shades of Medium Wood #BB7D59

Tints of Medium Wood #BB7D59

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.17%

 BLUE value IS 89 (35.16% from 255) = 22.19%

R = 46.63%
G = 31.17%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB7D59 (or 0xBB7D59) is known color: Medium Wood. HEX triplet: BB, 7D and 59. RGB value is (187,125,89). Sum of RGB (Red+Green+Blue) = 187+125+89=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D59 is #4482A6. Grayscale: #8B8B8B. Windows color (decimal): -4489895 or 5864891. OLE color: 5864891.

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

Color convert

RGB 187 125 89 -
CMYK 0 0.33 0.52 0.27
HSL 22.04º 0.42% 0.54% -
HSV(B) 22.04º 0.52% 0.73% -
XYZ 29.63 25.95 12.9 -
YUV 139.43 99.54 161.93 -
System Red Green Blue C M Y K H S L
Decimal 187 125 89 0 0.33 0.52 0.27 22.04 0.42 0.54
Hex BB 7D 59 0 21 34 1B 16 2A 36
Octal 273 175 131 0 41 64 33 26 52 66
Binary 10111011 1111101 1011001 0 100001 110100 11011 10110 101010 110110

Color Harmonies of #BB7D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D59

Black with #BB7D59

Text Example


Text Example

White with #BB7D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D59; }

 p { color: rgb(187,125,89); }

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

background-color css

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

 a { background-color: rgb(187,125,89); }

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

border-color css

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

 span { border-color: rgb(187,125,89); }

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