Html Css Color HEX #BDA155 Sundance

📋 copy color: '#BDA155'

red 189 ◦ green 161 ◦ blue 85

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

Shades of Sundance #BDA155

Tints of Sundance #BDA155

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.01%

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

R = 43.45%
G = 37.01%
B = 19.54%

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

#BDA155 (or 0xBDA155) is known color: Sundance. HEX triplet: BD, A1 and 55. RGB value is (189,161,85). Sum of RGB (Red+Green+Blue) = 189+161+85=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA155 is #425EAA. Grayscale: #A1A1A1. Windows color (decimal): -4349611 or 5611965. OLE color: 5611965.

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

Color convert

RGB 189 161 85 -
CMYK 0 0.15 0.55 0.26
HSL 43.85º 0.44% 0.54% -
HSV(B) 43.85º 0.55% 0.74% -
XYZ 35.37 36.96 13.86 -
YUV 160.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 189 161 85 0 0.15 0.55 0.26 43.85 0.44 0.54
Hex BD A1 55 0 F 37 1A 2C 2C 36
Octal 275 241 125 0 17 67 32 54 54 66
Binary 10111101 10100001 1010101 0 1111 110111 11010 101100 101100 110110

Color Harmonies of #BDA155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA155

Black with #BDA155

Text Example


Text Example

White with #BDA155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA155; }

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

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

background-color css

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

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

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

border-color css

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

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

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