Html Css Color HEX #BB8C45 Tussock

📋 copy color: '#BB8C45'

red 187 ◦ green 140 ◦ blue 69

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

Shades of Tussock #BB8C45

Tints of Tussock #BB8C45

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.35%

 BLUE value IS 69 (27.34% from 255) = 17.42%

R = 47.22%
G = 35.35%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB8C45 (or 0xBB8C45) is known color: Tussock. HEX triplet: BB, 8C and 45. RGB value is (187,140,69). Sum of RGB (Red+Green+Blue) = 187+140+69=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8C45 is #4473BA. Grayscale: #929292. Windows color (decimal): -4486075 or 4558011. OLE color: 4558011.

HSL color Cylindrical-coordinate representation of color #BB8C45: hue angle of 36.1º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB8C45 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 140 69 -
CMYK 0 0.25 0.63 0.27
HSL 36.1º 0.46% 0.5% -
HSV(B) 36.1º 0.63% 0.73% -
XYZ 30.95 29.75 9.74 -
YUV 145.96 84.57 157.27 -
System Red Green Blue C M Y K H S L
Decimal 187 140 69 0 0.25 0.63 0.27 36.1 0.46 0.5
Hex BB 8C 45 0 19 3F 1B 24 2E 32
Octal 273 214 105 0 31 77 33 44 56 62
Binary 10111011 10001100 1000101 0 11001 111111 11011 100100 101110 110010

Color Harmonies of #BB8C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8C45

Black with #BB8C45

Text Example


Text Example

White with #BB8C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8C45; }

 p { color: rgb(187,140,69); }

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

background-color css

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

 a { background-color: rgb(187,140,69); }

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

border-color css

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

 span { border-color: rgb(187,140,69); }

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