Html Css Color HEX #BB8F4A Tussock

📋 copy color: '#BB8F4A'

red 187 ◦ green 143 ◦ blue 74

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

Shades of Tussock #BB8F4A

Tints of Tussock #BB8F4A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.4%

 BLUE value IS 74 (29.3% from 255) = 18.32%

R = 46.29%
G = 35.4%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB8F4A (or 0xBB8F4A) is known color: Tussock. HEX triplet: BB, 8F and 4A. RGB value is (187,143,74). Sum of RGB (Red+Green+Blue) = 187+143+74=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F4A is #4470B5. Grayscale: #949494. Windows color (decimal): -4485302 or 4886459. OLE color: 4886459.

HSL color Cylindrical-coordinate representation of color #BB8F4A: hue angle of 36.64º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB8F4A is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 143 74 -
CMYK 0 0.24 0.60 0.27
HSL 36.64º 0.45% 0.51% -
HSV(B) 36.64º 0.6% 0.73% -
XYZ 31.55 30.7 10.74 -
YUV 148.29 86.08 155.61 -
System Red Green Blue C M Y K H S L
Decimal 187 143 74 0 0.24 0.60 0.27 36.64 0.45 0.51
Hex BB 8F 4A 0 18 3C 1B 25 2D 33
Octal 273 217 112 0 30 74 33 45 55 63
Binary 10111011 10001111 1001010 0 11000 111100 11011 100101 101101 110011

Color Harmonies of #BB8F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F4A

Black with #BB8F4A

Text Example


Text Example

White with #BB8F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F4A; }

 p { color: rgb(187,143,74); }

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

background-color css

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

 a { background-color: rgb(187,143,74); }

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

border-color css

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

 span { border-color: rgb(187,143,74); }

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