Html Css Color HEX #BDA347 Sundance

📋 copy color: '#BDA347'

red 189 ◦ green 163 ◦ blue 71

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

Shades of Sundance #BDA347

Tints of Sundance #BDA347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.78%

R = 44.68%
G = 38.53%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BDA347 (or 0xBDA347) is known color: Sundance. HEX triplet: BD, A3 and 47. RGB value is (189,163,71). Sum of RGB (Red+Green+Blue) = 189+163+71=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA347 is #425CB8. Grayscale: #A0A0A0. Windows color (decimal): -4349113 or 4694973. OLE color: 4694973.

HSL color Cylindrical-coordinate representation of color #BDA347: hue angle of 46.78º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDA347 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 163 71 -
CMYK 0 0.14 0.62 0.26
HSL 46.78º 0.47% 0.51% -
HSV(B) 46.78º 0.62% 0.74% -
XYZ 35.22 37.47 11.34 -
YUV 160.29 77.61 148.48 -
System Red Green Blue C M Y K H S L
Decimal 189 163 71 0 0.14 0.62 0.26 46.78 0.47 0.51
Hex BD A3 47 0 E 3E 1A 2F 2F 33
Octal 275 243 107 0 16 76 32 57 57 63
Binary 10111101 10100011 1000111 0 1110 111110 11010 101111 101111 110011

Color Harmonies of #BDA347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA347

Black with #BDA347

Text Example


Text Example

White with #BDA347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA347; }

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

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

background-color css

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

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

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

border-color css

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

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

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