Html Css Color HEX #BBAB52 Sundance

📋 copy color: '#BBAB52'

red 187 ◦ green 171 ◦ blue 82

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

Shades of Sundance #BBAB52

Tints of Sundance #BBAB52

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.86%

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

R = 42.5%
G = 38.86%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BBAB52 (or 0xBBAB52) is known color: Sundance. HEX triplet: BB, AB and 52. RGB value is (187,171,82). Sum of RGB (Red+Green+Blue) = 187+171+82=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB52 is #4454AD. Grayscale: #A6A6A6. Windows color (decimal): -4478126 or 5417915. OLE color: 5417915.

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

Color convert

RGB 187 171 82 -
CMYK 0 0.09 0.56 0.27
HSL 50.86º 0.44% 0.53% -
HSV(B) 50.86º 0.56% 0.73% -
XYZ 36.58 40.3 13.83 -
YUV 165.64 80.8 143.24 -
System Red Green Blue C M Y K H S L
Decimal 187 171 82 0 0.09 0.56 0.27 50.86 0.44 0.53
Hex BB AB 52 0 9 38 1B 33 2C 35
Octal 273 253 122 0 11 70 33 63 54 65
Binary 10111011 10101011 1010010 0 1001 111000 11011 110011 101100 110101

Color Harmonies of #BBAB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB52

Black with #BBAB52

Text Example


Text Example

White with #BBAB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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