Html Css Color HEX #BB8F4B Tussock

📋 copy color: '#BB8F4B'

red 187 ◦ green 143 ◦ blue 75

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

Shades of Tussock #BB8F4B

Tints of Tussock #BB8F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.52%

R = 46.17%
G = 35.31%
B = 18.52%

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

#BB8F4B (or 0xBB8F4B) is known color: Tussock. HEX triplet: BB, 8F and 4B. RGB value is (187,143,75). Sum of RGB (Red+Green+Blue) = 187+143+75=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F4B is #4470B4. Grayscale: #949494. Windows color (decimal): -4485301 or 4951995. OLE color: 4951995.

HSL color Cylindrical-coordinate representation of color #BB8F4B: hue angle of 36.43º 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 #BB8F4B is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 143 75 -
CMYK 0 0.24 0.60 0.27
HSL 36.43º 0.45% 0.51% -
HSV(B) 36.43º 0.6% 0.73% -
XYZ 31.59 30.72 10.92 -
YUV 148.4 86.58 155.53 -
System Red Green Blue C M Y K H S L
Decimal 187 143 75 0 0.24 0.60 0.27 36.43 0.45 0.51
Hex BB 8F 4B 0 18 3C 1B 24 2D 33
Octal 273 217 113 0 30 74 33 44 55 63
Binary 10111011 10001111 1001011 0 11000 111100 11011 100100 101101 110011

Color Harmonies of #BB8F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F4B

Black with #BB8F4B

Text Example


Text Example

White with #BB8F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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