Html Css Color HEX #BBA752 Sundance

📋 copy color: '#BBA752'

red 187 ◦ green 167 ◦ blue 82

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

Shades of Sundance #BBA752

Tints of Sundance #BBA752

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.3%

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

R = 42.89%
G = 38.3%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BBA752 (or 0xBBA752) is known color: Sundance. HEX triplet: BB, A7 and 52. RGB value is (187,167,82). Sum of RGB (Red+Green+Blue) = 187+167+82=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA752 is #4458AD. Grayscale: #A3A3A3. Windows color (decimal): -4479150 or 5416891. OLE color: 5416891.

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

Color convert

RGB 187 167 82 -
CMYK 0 0.11 0.56 0.27
HSL 48.57º 0.44% 0.53% -
HSV(B) 48.57º 0.56% 0.73% -
XYZ 35.84 38.81 13.59 -
YUV 163.29 82.13 144.91 -
System Red Green Blue C M Y K H S L
Decimal 187 167 82 0 0.11 0.56 0.27 48.57 0.44 0.53
Hex BB A7 52 0 B 38 1B 31 2C 35
Octal 273 247 122 0 13 70 33 61 54 65
Binary 10111011 10100111 1010010 0 1011 111000 11011 110001 101100 110101

Color Harmonies of #BBA752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA752

Black with #BBA752

Text Example


Text Example

White with #BBA752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA752; }

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

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

background-color css

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

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

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

border-color css

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

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

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