Html Css Color HEX #BDA648 Sundance

📋 copy color: '#BDA648'

red 189 ◦ green 166 ◦ blue 72

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

Shades of Sundance #BDA648

Tints of Sundance #BDA648

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.88%

 BLUE value IS 72 (28.52% from 255) = 16.86%

R = 44.26%
G = 38.88%
B = 16.86%

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

#BDA648 (or 0xBDA648) is known color: Sundance. HEX triplet: BD, A6 and 48. RGB value is (189,166,72). Sum of RGB (Red+Green+Blue) = 189+166+72=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA648 is #4259B7. Grayscale: #A2A2A2. Windows color (decimal): -4348344 or 4761277. OLE color: 4761277.

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

Color convert

RGB 189 166 72 -
CMYK 0 0.12 0.62 0.26
HSL 48.21º 0.47% 0.51% -
HSV(B) 48.21º 0.62% 0.74% -
XYZ 35.79 38.56 11.69 -
YUV 162.16 77.12 147.14 -
System Red Green Blue C M Y K H S L
Decimal 189 166 72 0 0.12 0.62 0.26 48.21 0.47 0.51
Hex BD A6 48 0 C 3E 1A 30 2F 33
Octal 275 246 110 0 14 76 32 60 57 63
Binary 10111101 10100110 1001000 0 1100 111110 11010 110000 101111 110011

Color Harmonies of #BDA648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA648

Black with #BDA648

Text Example


Text Example

White with #BDA648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA648; }

 p { color: rgb(189,166,72); }

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

background-color css

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

 a { background-color: rgb(189,166,72); }

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

border-color css

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

 span { border-color: rgb(189,166,72); }

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