Html Css Color HEX #BDA652 Sundance

📋 copy color: '#BDA652'

red 189 ◦ green 166 ◦ blue 82

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

Shades of Sundance #BDA652

Tints of Sundance #BDA652

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.99%

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

R = 43.25%
G = 37.99%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BDA652 (or 0xBDA652) is known color: Sundance. HEX triplet: BD, A6 and 52. RGB value is (189,166,82). Sum of RGB (Red+Green+Blue) = 189+166+82=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA652 is #4259AD. Grayscale: #A3A3A3. Windows color (decimal): -4348334 or 5416637. OLE color: 5416637.

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

Color convert

RGB 189 166 82 -
CMYK 0 0.12 0.57 0.26
HSL 47.1º 0.45% 0.53% -
HSV(B) 47.1º 0.57% 0.74% -
XYZ 36.15 38.7 13.55 -
YUV 163.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 189 166 82 0 0.12 0.57 0.26 47.1 0.45 0.53
Hex BD A6 52 0 C 39 1A 2F 2D 35
Octal 275 246 122 0 14 71 32 57 55 65
Binary 10111101 10100110 1010010 0 1100 111001 11010 101111 101101 110101

Color Harmonies of #BDA652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA652

Black with #BDA652

Text Example


Text Example

White with #BDA652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA652; }

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

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

background-color css

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

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

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

border-color css

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

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

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