Html Css Color HEX #BDA747 Sundance

📋 copy color: '#BDA747'

red 189 ◦ green 167 ◦ blue 71

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

Shades of Sundance #BDA747

Tints of Sundance #BDA747

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.11%

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

R = 44.26%
G = 39.11%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BDA747 (or 0xBDA747) is known color: Sundance. HEX triplet: BD, A7 and 47. RGB value is (189,167,71). Sum of RGB (Red+Green+Blue) = 189+167+71=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA747 is #4258B8. Grayscale: #A3A3A3. Windows color (decimal): -4348089 or 4695997. OLE color: 4695997.

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

Color convert

RGB 189 167 71 -
CMYK 0 0.12 0.62 0.26
HSL 48.81º 0.47% 0.51% -
HSV(B) 48.81º 0.62% 0.74% -
XYZ 35.94 38.91 11.58 -
YUV 162.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 189 167 71 0 0.12 0.62 0.26 48.81 0.47 0.51
Hex BD A7 47 0 C 3E 1A 31 2F 33
Octal 275 247 107 0 14 76 32 61 57 63
Binary 10111101 10100111 1000111 0 1100 111110 11010 110001 101111 110011

Color Harmonies of #BDA747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA747

Black with #BDA747

Text Example


Text Example

White with #BDA747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA747; }

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

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

background-color css

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

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

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

border-color css

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

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

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