Html Css Color HEX #BB805E Medium Wood

📋 copy color: '#BB805E'

red 187 ◦ green 128 ◦ blue 94

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

Shades of Medium Wood #BB805E

Tints of Medium Wood #BB805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.3%

 BLUE value IS 94 (37.11% from 255) = 22.98%

R = 45.72%
G = 31.3%
B = 22.98%

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

#BB805E (or 0xBB805E) is known color: Medium Wood. HEX triplet: BB, 80 and 5E. RGB value is (187,128,94). Sum of RGB (Red+Green+Blue) = 187+128+94=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB805E is #447FA1. Grayscale: #8D8D8D. Windows color (decimal): -4489122 or 6193339. OLE color: 6193339.

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

Color convert

RGB 187 128 94 -
CMYK 0 0.32 0.50 0.27
HSL 21.94º 0.41% 0.55% -
HSV(B) 21.94º 0.5% 0.73% -
XYZ 30.23 26.81 14.17 -
YUV 141.77 101.05 160.26 -
System Red Green Blue C M Y K H S L
Decimal 187 128 94 0 0.32 0.50 0.27 21.94 0.41 0.55
Hex BB 80 5E 0 20 32 1B 16 29 37
Octal 273 200 136 0 40 62 33 26 51 67
Binary 10111011 10000000 1011110 0 100000 110010 11011 10110 101001 110111

Color Harmonies of #BB805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB805E

Black with #BB805E

Text Example


Text Example

White with #BB805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB805E; }

 p { color: rgb(187,128,94); }

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

background-color css

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

 a { background-color: rgb(187,128,94); }

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

border-color css

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

 span { border-color: rgb(187,128,94); }

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