Html Css Color HEX #BBAA53 Sundance

📋 copy color: '#BBAA53'

red 187 ◦ green 170 ◦ blue 83

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

Shades of Sundance #BBAA53

Tints of Sundance #BBAA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.86%

R = 42.5%
G = 38.64%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BBAA53 (or 0xBBAA53) is known color: Sundance. HEX triplet: BB, AA and 53. RGB value is (187,170,83). Sum of RGB (Red+Green+Blue) = 187+170+83=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA53 is #4455AC. Grayscale: #A5A5A5. Windows color (decimal): -4478381 or 5483195. OLE color: 5483195.

HSL color Cylindrical-coordinate representation of color #BBAA53: hue angle of 50.19º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBAA53 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 170 83 -
CMYK 0 0.09 0.56 0.27
HSL 50.19º 0.43% 0.53% -
HSV(B) 50.19º 0.56% 0.73% -
XYZ 36.43 39.94 13.97 -
YUV 165.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 187 170 83 0 0.09 0.56 0.27 50.19 0.43 0.53
Hex BB AA 53 0 9 38 1B 32 2B 35
Octal 273 252 123 0 11 70 33 62 53 65
Binary 10111011 10101010 1010011 0 1001 111000 11011 110010 101011 110101

Color Harmonies of #BBAA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA53

Black with #BBAA53

Text Example


Text Example

White with #BBAA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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