Html Css Color HEX #BDA055 Sundance

📋 copy color: '#BDA055'

red 189 ◦ green 160 ◦ blue 85

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

Shades of Sundance #BDA055

Tints of Sundance #BDA055

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.87%

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

R = 43.55%
G = 36.87%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BDA055 (or 0xBDA055) is known color: Sundance. HEX triplet: BD, A0 and 55. RGB value is (189,160,85). Sum of RGB (Red+Green+Blue) = 189+160+85=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA055 is #425FAA. Grayscale: #A0A0A0. Windows color (decimal): -4349867 or 5611709. OLE color: 5611709.

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

Color convert

RGB 189 160 85 -
CMYK 0 0.15 0.55 0.26
HSL 43.27º 0.44% 0.54% -
HSV(B) 43.27º 0.55% 0.74% -
XYZ 35.2 36.62 13.81 -
YUV 160.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 189 160 85 0 0.15 0.55 0.26 43.27 0.44 0.54
Hex BD A0 55 0 F 37 1A 2B 2C 36
Octal 275 240 125 0 17 67 32 53 54 66
Binary 10111101 10100000 1010101 0 1111 110111 11010 101011 101100 110110

Color Harmonies of #BDA055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA055

Black with #BDA055

Text Example


Text Example

White with #BDA055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA055; }

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

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

background-color css

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

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

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

border-color css

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

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

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