Html Css Color HEX #BB8E50 Tussock

📋 copy color: '#BB8E50'

red 187 ◦ green 142 ◦ blue 80

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

Shades of Tussock #BB8E50

Tints of Tussock #BB8E50

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.72%

 BLUE value IS 80 (31.64% from 255) = 19.56%

R = 45.72%
G = 34.72%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB8E50 (or 0xBB8E50) is known color: Tussock. HEX triplet: BB, 8E and 50. RGB value is (187,142,80). Sum of RGB (Red+Green+Blue) = 187+142+80=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8E50 is #4471AF. Grayscale: #949494. Windows color (decimal): -4485552 or 5279419. OLE color: 5279419.

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

Color convert

RGB 187 142 80 -
CMYK 0 0.24 0.57 0.27
HSL 34.77º 0.44% 0.52% -
HSV(B) 34.77º 0.57% 0.73% -
XYZ 31.61 30.49 11.81 -
YUV 148.39 89.41 155.54 -
System Red Green Blue C M Y K H S L
Decimal 187 142 80 0 0.24 0.57 0.27 34.77 0.44 0.52
Hex BB 8E 50 0 18 39 1B 23 2C 34
Octal 273 216 120 0 30 71 33 43 54 64
Binary 10111011 10001110 1010000 0 11000 111001 11011 100011 101100 110100

Color Harmonies of #BB8E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8E50

Black with #BB8E50

Text Example


Text Example

White with #BB8E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8E50; }

 p { color: rgb(187,142,80); }

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

background-color css

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

 a { background-color: rgb(187,142,80); }

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

border-color css

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

 span { border-color: rgb(187,142,80); }

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