Html Css Color HEX #BBA252 Sundance

📋 copy color: '#BBA252'

red 187 ◦ green 162 ◦ blue 82

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

Shades of Sundance #BBA252

Tints of Sundance #BBA252

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.59%

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

R = 43.39%
G = 37.59%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BBA252 (or 0xBBA252) is known color: Sundance. HEX triplet: BB, A2 and 52. RGB value is (187,162,82). Sum of RGB (Red+Green+Blue) = 187+162+82=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA252 is #445DAD. Grayscale: #A0A0A0. Windows color (decimal): -4480430 or 5415611. OLE color: 5415611.

HSL color Cylindrical-coordinate representation of color #BBA252: hue angle of 45.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 #BBA252 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 162 82 -
CMYK 0 0.13 0.56 0.27
HSL 45.71º 0.44% 0.53% -
HSV(B) 45.71º 0.56% 0.73% -
XYZ 34.94 37.01 13.29 -
YUV 160.36 83.78 147 -
System Red Green Blue C M Y K H S L
Decimal 187 162 82 0 0.13 0.56 0.27 45.71 0.44 0.53
Hex BB A2 52 0 D 38 1B 2E 2C 35
Octal 273 242 122 0 15 70 33 56 54 65
Binary 10111011 10100010 1010010 0 1101 111000 11011 101110 101100 110101

Color Harmonies of #BBA252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA252

Black with #BBA252

Text Example


Text Example

White with #BBA252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA252; }

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

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

background-color css

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

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

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

border-color css

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

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

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