Html Css Color HEX #BDA353 Sundance

📋 copy color: '#BDA353'

red 189 ◦ green 163 ◦ blue 83

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

Shades of Sundance #BDA353

Tints of Sundance #BDA353

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.47%

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

R = 43.45%
G = 37.47%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BDA353 (or 0xBDA353) is known color: Sundance. HEX triplet: BD, A3 and 53. RGB value is (189,163,83). Sum of RGB (Red+Green+Blue) = 189+163+83=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA353 is #425CAC. Grayscale: #A2A2A2. Windows color (decimal): -4349101 or 5481405. OLE color: 5481405.

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

Color convert

RGB 189 163 83 -
CMYK 0 0.14 0.56 0.26
HSL 45.28º 0.45% 0.53% -
HSV(B) 45.28º 0.56% 0.74% -
XYZ 35.64 37.64 13.57 -
YUV 161.65 83.61 147.5 -
System Red Green Blue C M Y K H S L
Decimal 189 163 83 0 0.14 0.56 0.26 45.28 0.45 0.53
Hex BD A3 53 0 E 38 1A 2D 2D 35
Octal 275 243 123 0 16 70 32 55 55 65
Binary 10111101 10100011 1010011 0 1110 111000 11010 101101 101101 110101

Color Harmonies of #BDA353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA353

Black with #BDA353

Text Example


Text Example

White with #BDA353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA353; }

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

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

background-color css

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

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

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

border-color css

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

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

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