Html Css Color HEX #BB874C Tussock

📋 copy color: '#BB874C'

red 187 ◦ green 135 ◦ blue 76

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

Shades of Tussock #BB874C

Tints of Tussock #BB874C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.92%

 BLUE value IS 76 (30.08% from 255) = 19.1%

R = 46.98%
G = 33.92%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB874C (or 0xBB874C) is known color: Tussock. HEX triplet: BB, 87 and 4C. RGB value is (187,135,76). Sum of RGB (Red+Green+Blue) = 187+135+76=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB874C is #4478B3. Grayscale: #909090. Windows color (decimal): -4487348 or 5015483. OLE color: 5015483.

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

Color convert

RGB 187 135 76 -
CMYK 0 0.28 0.59 0.27
HSL 31.89º 0.45% 0.52% -
HSV(B) 31.89º 0.59% 0.73% -
XYZ 30.46 28.41 10.72 -
YUV 143.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 187 135 76 0 0.28 0.59 0.27 31.89 0.45 0.52
Hex BB 87 4C 0 1C 3B 1B 20 2D 34
Octal 273 207 114 0 34 73 33 40 55 64
Binary 10111011 10000111 1001100 0 11100 111011 11011 100000 101101 110100

Color Harmonies of #BB874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB874C

Black with #BB874C

Text Example


Text Example

White with #BB874C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB874C; }

 p { color: rgb(187,135,76); }

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

background-color css

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

 a { background-color: rgb(187,135,76); }

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

border-color css

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

 span { border-color: rgb(187,135,76); }

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