Html Css Color HEX #BDA952 Sundance

📋 copy color: '#BDA952'

red 189 ◦ green 169 ◦ blue 82

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

Shades of Sundance #BDA952

Tints of Sundance #BDA952

RGB

 RED value IS 189 (74.22% from 255) = 42.95%

 GREEN value IS 169 (66.41% from 255) = 38.41%

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

R = 42.95%
G = 38.41%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BDA952 (or 0xBDA952) is known color: Sundance. HEX triplet: BD, A9 and 52. RGB value is (189,169,82). Sum of RGB (Red+Green+Blue) = 189+169+82=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA952 is #4256AD. Grayscale: #A5A5A5. Windows color (decimal): -4347566 or 5417405. OLE color: 5417405.

HSL color Cylindrical-coordinate representation of color #BDA952: hue angle of 48.79º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDA952 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 169 82 -
CMYK 0 0.11 0.57 0.26
HSL 48.79º 0.45% 0.53% -
HSV(B) 48.79º 0.57% 0.74% -
XYZ 36.7 39.8 13.73 -
YUV 165.06 81.13 145.07 -
System Red Green Blue C M Y K H S L
Decimal 189 169 82 0 0.11 0.57 0.26 48.79 0.45 0.53
Hex BD A9 52 0 B 39 1A 31 2D 35
Octal 275 251 122 0 13 71 32 61 55 65
Binary 10111101 10101001 1010010 0 1011 111001 11010 110001 101101 110101

Color Harmonies of #BDA952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA952

Black with #BDA952

Text Example


Text Example

White with #BDA952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA952; }

 p { color: rgb(189,169,82); }

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

background-color css

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

 a { background-color: rgb(189,169,82); }

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

border-color css

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

 span { border-color: rgb(189,169,82); }

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