Html Css Color HEX #BBA952 Sundance

📋 copy color: '#BBA952'

red 187 ◦ green 169 ◦ blue 82

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

Shades of Sundance #BBA952

Tints of Sundance #BBA952

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.58%

 BLUE value IS 82 (32.42% from 255) = 18.72%

R = 42.69%
G = 38.58%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BBA952 (or 0xBBA952) is known color: Sundance. HEX triplet: BB, A9 and 52. RGB value is (187,169,82). Sum of RGB (Red+Green+Blue) = 187+169+82=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA952 is #4456AD. Grayscale: #A4A4A4. Windows color (decimal): -4478638 or 5417403. OLE color: 5417403.

HSL color Cylindrical-coordinate representation of color #BBA952: hue angle of 49.71º degrees, saturation: 0.44, 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 #BBA952 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 82 -
CMYK 0 0.10 0.56 0.27
HSL 49.71º 0.44% 0.53% -
HSV(B) 49.71º 0.56% 0.73% -
XYZ 36.2 39.55 13.71 -
YUV 164.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 187 169 82 0 0.10 0.56 0.27 49.71 0.44 0.53
Hex BB A9 52 0 A 38 1B 32 2C 35
Octal 273 251 122 0 12 70 33 62 54 65
Binary 10111011 10101001 1010010 0 1010 111000 11011 110010 101100 110101

Color Harmonies of #BBA952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA952

Black with #BBA952

Text Example


Text Example

White with #BBA952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA952; }

 p { color: rgb(187,169,82); }

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

background-color css

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

 a { background-color: rgb(187,169,82); }

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

border-color css

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

 span { border-color: rgb(187,169,82); }

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