Html Css Color HEX #BDA553 Sundance

📋 copy color: '#BDA553'

red 189 ◦ green 165 ◦ blue 83

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

Shades of Sundance #BDA553

Tints of Sundance #BDA553

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.76%

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

R = 43.25%
G = 37.76%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BDA553 (or 0xBDA553) is known color: Sundance. HEX triplet: BD, A5 and 53. RGB value is (189,165,83). Sum of RGB (Red+Green+Blue) = 189+165+83=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA553 is #425AAC. Grayscale: #A3A3A3. Windows color (decimal): -4348589 or 5481917. OLE color: 5481917.

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

Color convert

RGB 189 165 83 -
CMYK 0 0.13 0.56 0.26
HSL 46.42º 0.45% 0.53% -
HSV(B) 46.42º 0.56% 0.74% -
XYZ 36 38.35 13.69 -
YUV 162.83 82.95 146.67 -
System Red Green Blue C M Y K H S L
Decimal 189 165 83 0 0.13 0.56 0.26 46.42 0.45 0.53
Hex BD A5 53 0 D 38 1A 2E 2D 35
Octal 275 245 123 0 15 70 32 56 55 65
Binary 10111101 10100101 1010011 0 1101 111000 11010 101110 101101 110101

Color Harmonies of #BDA553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA553

Black with #BDA553

Text Example


Text Example

White with #BDA553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA553; }

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

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

background-color css

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

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

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

border-color css

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

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

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