Html Css Color HEX #BBA352 Sundance

📋 copy color: '#BBA352'

red 187 ◦ green 163 ◦ blue 82

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

Shades of Sundance #BBA352

Tints of Sundance #BBA352

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.73%

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

R = 43.29%
G = 37.73%
B = 18.98%

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

#BBA352 (or 0xBBA352) is known color: Sundance. HEX triplet: BB, A3 and 52. RGB value is (187,163,82). Sum of RGB (Red+Green+Blue) = 187+163+82=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA352 is #445CAD. Grayscale: #A1A1A1. Windows color (decimal): -4480174 or 5415867. OLE color: 5415867.

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

Color convert

RGB 187 163 82 -
CMYK 0 0.13 0.56 0.27
HSL 46.29º 0.44% 0.53% -
HSV(B) 46.29º 0.56% 0.73% -
XYZ 35.11 37.37 13.34 -
YUV 160.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 187 163 82 0 0.13 0.56 0.27 46.29 0.44 0.53
Hex BB A3 52 0 D 38 1B 2E 2C 35
Octal 273 243 122 0 15 70 33 56 54 65
Binary 10111011 10100011 1010010 0 1101 111000 11011 101110 101100 110101

Color Harmonies of #BBA352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA352

Black with #BBA352

Text Example


Text Example

White with #BBA352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA352; }

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

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

background-color css

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

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

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

border-color css

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

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

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