Html Css Color HEX #BB8F48 Tussock

📋 copy color: '#BB8F48'

red 187 ◦ green 143 ◦ blue 72

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

Shades of Tussock #BB8F48

Tints of Tussock #BB8F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.91%

R = 46.52%
G = 35.57%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB8F48 (or 0xBB8F48) is known color: Tussock. HEX triplet: BB, 8F and 48. RGB value is (187,143,72). Sum of RGB (Red+Green+Blue) = 187+143+72=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F48 is #4470B7. Grayscale: #949494. Windows color (decimal): -4485304 or 4755387. OLE color: 4755387.

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

Color convert

RGB 187 143 72 -
CMYK 0 0.24 0.61 0.27
HSL 37.04º 0.46% 0.51% -
HSV(B) 37.04º 0.61% 0.73% -
XYZ 31.49 30.68 10.39 -
YUV 148.06 85.08 155.77 -
System Red Green Blue C M Y K H S L
Decimal 187 143 72 0 0.24 0.61 0.27 37.04 0.46 0.51
Hex BB 8F 48 0 18 3D 1B 25 2E 33
Octal 273 217 110 0 30 75 33 45 56 63
Binary 10111011 10001111 1001000 0 11000 111101 11011 100101 101110 110011

Color Harmonies of #BB8F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F48

Black with #BB8F48

Text Example


Text Example

White with #BB8F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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