Html Css Color HEX #BBA552 Sundance

📋 copy color: '#BBA552'

red 187 ◦ green 165 ◦ blue 82

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

Shades of Sundance #BBA552

Tints of Sundance #BBA552

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.02%

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

R = 43.09%
G = 38.02%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BBA552 (or 0xBBA552) is known color: Sundance. HEX triplet: BB, A5 and 52. RGB value is (187,165,82). Sum of RGB (Red+Green+Blue) = 187+165+82=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA552 is #445AAD. Grayscale: #A2A2A2. Windows color (decimal): -4479662 or 5416379. OLE color: 5416379.

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

Color convert

RGB 187 165 82 -
CMYK 0 0.12 0.56 0.27
HSL 47.43º 0.44% 0.53% -
HSV(B) 47.43º 0.56% 0.73% -
XYZ 35.47 38.08 13.46 -
YUV 162.12 82.79 145.75 -
System Red Green Blue C M Y K H S L
Decimal 187 165 82 0 0.12 0.56 0.27 47.43 0.44 0.53
Hex BB A5 52 0 C 38 1B 2F 2C 35
Octal 273 245 122 0 14 70 33 57 54 65
Binary 10111011 10100101 1010010 0 1100 111000 11011 101111 101100 110101

Color Harmonies of #BBA552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA552

Black with #BBA552

Text Example


Text Example

White with #BBA552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA552; }

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

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

background-color css

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

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

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

border-color css

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

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

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