Html Css Color HEX #BB974B Tussock

📋 copy color: '#BB974B'

red 187 ◦ green 151 ◦ blue 75

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

Shades of Tussock #BB974B

Tints of Tussock #BB974B

RGB

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

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

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

R = 45.28%
G = 36.56%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB974B (or 0xBB974B) is known color: Tussock. HEX triplet: BB, 97 and 4B. RGB value is (187,151,75). Sum of RGB (Red+Green+Blue) = 187+151+75=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB974B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB974B is #4468B4. Grayscale: #999999. Windows color (decimal): -4483253 or 4954043. OLE color: 4954043.

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

Color convert

RGB 187 151 75 -
CMYK 0 0.19 0.60 0.27
HSL 40.71º 0.45% 0.51% -
HSV(B) 40.71º 0.6% 0.73% -
XYZ 32.83 33.21 11.34 -
YUV 153.1 83.93 152.18 -
System Red Green Blue C M Y K H S L
Decimal 187 151 75 0 0.19 0.60 0.27 40.71 0.45 0.51
Hex BB 97 4B 0 13 3C 1B 29 2D 33
Octal 273 227 113 0 23 74 33 51 55 63
Binary 10111011 10010111 1001011 0 10011 111100 11011 101001 101101 110011

Color Harmonies of #BB974B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB974B

Black with #BB974B

Text Example


Text Example

White with #BB974B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB974B; }

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

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

background-color css

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

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

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

border-color css

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

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

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