Html Css Color HEX #BDA555 Sundance

📋 copy color: '#BDA555'

red 189 ◦ green 165 ◦ blue 85

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

Shades of Sundance #BDA555

Tints of Sundance #BDA555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.36%

R = 43.05%
G = 37.59%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BDA555 (or 0xBDA555) is known color: Sundance. HEX triplet: BD, A5 and 55. RGB value is (189,165,85). Sum of RGB (Red+Green+Blue) = 189+165+85=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA555 is #425AAA. Grayscale: #A3A3A3. Windows color (decimal): -4348587 or 5612989. OLE color: 5612989.

HSL color Cylindrical-coordinate representation of color #BDA555: hue angle of 46.15º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDA555 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 165 85 -
CMYK 0 0.13 0.55 0.26
HSL 46.15º 0.44% 0.54% -
HSV(B) 46.15º 0.55% 0.74% -
XYZ 36.08 38.38 14.1 -
YUV 163.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 189 165 85 0 0.13 0.55 0.26 46.15 0.44 0.54
Hex BD A5 55 0 D 37 1A 2E 2C 36
Octal 275 245 125 0 15 67 32 56 54 66
Binary 10111101 10100101 1010101 0 1101 110111 11010 101110 101100 110110

Color Harmonies of #BDA555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA555

Black with #BDA555

Text Example


Text Example

White with #BDA555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA555; }

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

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

background-color css

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

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

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

border-color css

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

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

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