Html Css Color HEX #BB8160 Medium Wood

📋 copy color: '#BB8160'

red 187 ◦ green 129 ◦ blue 96

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

Shades of Medium Wood #BB8160

Tints of Medium Wood #BB8160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.31%

 BLUE value IS 96 (37.89% from 255) = 23.3%

R = 45.39%
G = 31.31%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB8160 (or 0xBB8160) is known color: Medium Wood. HEX triplet: BB, 81 and 60. RGB value is (187,129,96). Sum of RGB (Red+Green+Blue) = 187+129+96=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8160 is #447E9F. Grayscale: #8E8E8E. Windows color (decimal): -4488864 or 6324667. OLE color: 6324667.

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

Color convert

RGB 187 129 96 -
CMYK 0 0.31 0.49 0.27
HSL 21.76º 0.4% 0.55% -
HSV(B) 21.76º 0.49% 0.73% -
XYZ 30.46 27.11 14.69 -
YUV 142.58 101.72 159.68 -
System Red Green Blue C M Y K H S L
Decimal 187 129 96 0 0.31 0.49 0.27 21.76 0.4 0.55
Hex BB 81 60 0 1F 31 1B 16 28 37
Octal 273 201 140 0 37 61 33 26 50 67
Binary 10111011 10000001 1100000 0 11111 110001 11011 10110 101000 110111

Color Harmonies of #BB8160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8160

Black with #BB8160

Text Example


Text Example

White with #BB8160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8160; }

 p { color: rgb(187,129,96); }

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

background-color css

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

 a { background-color: rgb(187,129,96); }

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

border-color css

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

 span { border-color: rgb(187,129,96); }

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