Html Css Color HEX #BB874F Tussock

📋 copy color: '#BB874F'

red 187 ◦ green 135 ◦ blue 79

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

Shades of Tussock #BB874F

Tints of Tussock #BB874F

RGB

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

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

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

R = 46.63%
G = 33.67%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB874F (or 0xBB874F) is known color: Tussock. HEX triplet: BB, 87 and 4F. RGB value is (187,135,79). Sum of RGB (Red+Green+Blue) = 187+135+79=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB874F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB874F is #4478B0. Grayscale: #909090. Windows color (decimal): -4487345 or 5212091. OLE color: 5212091.

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

Color convert

RGB 187 135 79 -
CMYK 0 0.28 0.58 0.27
HSL 31.11º 0.44% 0.52% -
HSV(B) 31.11º 0.58% 0.73% -
XYZ 30.57 28.46 11.28 -
YUV 144.16 91.23 158.55 -
System Red Green Blue C M Y K H S L
Decimal 187 135 79 0 0.28 0.58 0.27 31.11 0.44 0.52
Hex BB 87 4F 0 1C 3A 1B 1F 2C 34
Octal 273 207 117 0 34 72 33 37 54 64
Binary 10111011 10000111 1001111 0 11100 111010 11011 11111 101100 110100

Color Harmonies of #BB874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB874F

Black with #BB874F

Text Example


Text Example

White with #BB874F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB874F; }

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

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

background-color css

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

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

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

border-color css

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

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

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