Html Css Color HEX #BB8F4F Tussock

📋 copy color: '#BB8F4F'

red 187 ◦ green 143 ◦ blue 79

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

Shades of Tussock #BB8F4F

Tints of Tussock #BB8F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.32%

R = 45.72%
G = 34.96%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB8F4F (or 0xBB8F4F) is known color: Tussock. HEX triplet: BB, 8F and 4F. RGB value is (187,143,79). Sum of RGB (Red+Green+Blue) = 187+143+79=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F4F is #4470B0. Grayscale: #959595. Windows color (decimal): -4485297 or 5214139. OLE color: 5214139.

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

Color convert

RGB 187 143 79 -
CMYK 0 0.24 0.58 0.27
HSL 35.56º 0.44% 0.52% -
HSV(B) 35.56º 0.58% 0.73% -
XYZ 31.73 30.77 11.66 -
YUV 148.86 88.58 155.2 -
System Red Green Blue C M Y K H S L
Decimal 187 143 79 0 0.24 0.58 0.27 35.56 0.44 0.52
Hex BB 8F 4F 0 18 3A 1B 24 2C 34
Octal 273 217 117 0 30 72 33 44 54 64
Binary 10111011 10001111 1001111 0 11000 111010 11011 100100 101100 110100

Color Harmonies of #BB8F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F4F

Black with #BB8F4F

Text Example


Text Example

White with #BB8F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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