Html Css Color HEX #BB8D4B Tussock

📋 copy color: '#BB8D4B'

red 187 ◦ green 141 ◦ blue 75

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

Shades of Tussock #BB8D4B

Tints of Tussock #BB8D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.99%

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

R = 46.4%
G = 34.99%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB8D4B (or 0xBB8D4B) is known color: Tussock. HEX triplet: BB, 8D and 4B. RGB value is (187,141,75). Sum of RGB (Red+Green+Blue) = 187+141+75=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8D4B is #4472B4. Grayscale: #939393. Windows color (decimal): -4485813 or 4951483. OLE color: 4951483.

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

Color convert

RGB 187 141 75 -
CMYK 0 0.25 0.60 0.27
HSL 35.36º 0.45% 0.51% -
HSV(B) 35.36º 0.6% 0.73% -
XYZ 31.29 30.12 10.82 -
YUV 147.23 87.24 156.37 -
System Red Green Blue C M Y K H S L
Decimal 187 141 75 0 0.25 0.60 0.27 35.36 0.45 0.51
Hex BB 8D 4B 0 19 3C 1B 23 2D 33
Octal 273 215 113 0 31 74 33 43 55 63
Binary 10111011 10001101 1001011 0 11001 111100 11011 100011 101101 110011

Color Harmonies of #BB8D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D4B

Black with #BB8D4B

Text Example


Text Example

White with #BB8D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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