Html Css Color HEX #BB974D Tussock

📋 copy color: '#BB974D'

red 187 ◦ green 151 ◦ blue 77

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

Shades of Tussock #BB974D

Tints of Tussock #BB974D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.55%

R = 45.06%
G = 36.39%
B = 18.55%

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

#BB974D (or 0xBB974D) is known color: Tussock. HEX triplet: BB, 97 and 4D. RGB value is (187,151,77). Sum of RGB (Red+Green+Blue) = 187+151+77=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB974D is #4468B2. Grayscale: #999999. Windows color (decimal): -4483251 or 5085115. OLE color: 5085115.

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

Color convert

RGB 187 151 77 -
CMYK 0 0.19 0.59 0.27
HSL 40.36º 0.45% 0.52% -
HSV(B) 40.36º 0.59% 0.73% -
XYZ 32.9 33.23 11.7 -
YUV 153.33 84.93 152.02 -
System Red Green Blue C M Y K H S L
Decimal 187 151 77 0 0.19 0.59 0.27 40.36 0.45 0.52
Hex BB 97 4D 0 13 3B 1B 28 2D 34
Octal 273 227 115 0 23 73 33 50 55 64
Binary 10111011 10010111 1001101 0 10011 111011 11011 101000 101101 110100

Color Harmonies of #BB974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB974D

Black with #BB974D

Text Example


Text Example

White with #BB974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB974D; }

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

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

background-color css

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

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

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

border-color css

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

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

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