Html Css Color HEX #BBAA4F Sundance

📋 copy color: '#BBAA4F'

red 187 ◦ green 170 ◦ blue 79

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

Shades of Sundance #BBAA4F

Tints of Sundance #BBAA4F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.99%

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

R = 42.89%
G = 38.99%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BBAA4F (or 0xBBAA4F) is known color: Sundance. HEX triplet: BB, AA and 4F. RGB value is (187,170,79). Sum of RGB (Red+Green+Blue) = 187+170+79=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA4F is #4455B0. Grayscale: #A5A5A5. Windows color (decimal): -4478385 or 5221051. OLE color: 5221051.

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

Color convert

RGB 187 170 79 -
CMYK 0 0.09 0.58 0.27
HSL 50.56º 0.44% 0.52% -
HSV(B) 50.56º 0.58% 0.73% -
XYZ 36.28 39.88 13.18 -
YUV 164.71 79.63 143.9 -
System Red Green Blue C M Y K H S L
Decimal 187 170 79 0 0.09 0.58 0.27 50.56 0.44 0.52
Hex BB AA 4F 0 9 3A 1B 33 2C 34
Octal 273 252 117 0 11 72 33 63 54 64
Binary 10111011 10101010 1001111 0 1001 111010 11011 110011 101100 110100

Color Harmonies of #BBAA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA4F

Black with #BBAA4F

Text Example


Text Example

White with #BBAA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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