Html Css Color HEX #BB974C Tussock

📋 copy color: '#BB974C'

red 187 ◦ green 151 ◦ blue 76

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

Shades of Tussock #BB974C

Tints of Tussock #BB974C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.47%

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

R = 45.17%
G = 36.47%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB974C (or 0xBB974C) is known color: Tussock. HEX triplet: BB, 97 and 4C. RGB value is (187,151,76). Sum of RGB (Red+Green+Blue) = 187+151+76=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB974C is #4468B3. Grayscale: #999999. Windows color (decimal): -4483252 or 5019579. OLE color: 5019579.

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

Color convert

RGB 187 151 76 -
CMYK 0 0.19 0.59 0.27
HSL 40.54º 0.45% 0.52% -
HSV(B) 40.54º 0.59% 0.73% -
XYZ 32.86 33.22 11.52 -
YUV 153.21 84.43 152.1 -
System Red Green Blue C M Y K H S L
Decimal 187 151 76 0 0.19 0.59 0.27 40.54 0.45 0.52
Hex BB 97 4C 0 13 3B 1B 29 2D 34
Octal 273 227 114 0 23 73 33 51 55 64
Binary 10111011 10010111 1001100 0 10011 111011 11011 101001 101101 110100

Color Harmonies of #BB974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB974C

Black with #BB974C

Text Example


Text Example

White with #BB974C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB974C; }

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

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

background-color css

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

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

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

border-color css

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

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

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