Html Css Color HEX #BDA853 Sundance

📋 copy color: '#BDA853'

red 189 ◦ green 168 ◦ blue 83

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

Shades of Sundance #BDA853

Tints of Sundance #BDA853

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.18%

 BLUE value IS 83 (32.81% from 255) = 18.86%

R = 42.95%
G = 38.18%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BDA853 (or 0xBDA853) is known color: Sundance. HEX triplet: BD, A8 and 53. RGB value is (189,168,83). Sum of RGB (Red+Green+Blue) = 189+168+83=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA853 is #4257AC. Grayscale: #A4A4A4. Windows color (decimal): -4347821 or 5482685. OLE color: 5482685.

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

Color convert

RGB 189 168 83 -
CMYK 0 0.11 0.56 0.26
HSL 48.11º 0.45% 0.53% -
HSV(B) 48.11º 0.56% 0.74% -
XYZ 36.55 39.45 13.87 -
YUV 164.59 81.96 145.41 -
System Red Green Blue C M Y K H S L
Decimal 189 168 83 0 0.11 0.56 0.26 48.11 0.45 0.53
Hex BD A8 53 0 B 38 1A 30 2D 35
Octal 275 250 123 0 13 70 32 60 55 65
Binary 10111101 10101000 1010011 0 1011 111000 11010 110000 101101 110101

Color Harmonies of #BDA853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA853

Black with #BDA853

Text Example


Text Example

White with #BDA853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA853; }

 p { color: rgb(189,168,83); }

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

background-color css

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

 a { background-color: rgb(189,168,83); }

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

border-color css

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

 span { border-color: rgb(189,168,83); }

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