Html Css Color HEX #BDA248 Sundance

📋 copy color: '#BDA248'

red 189 ◦ green 162 ◦ blue 72

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

Shades of Sundance #BDA248

Tints of Sundance #BDA248

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.3%

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

R = 44.68%
G = 38.3%
B = 17.02%

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

#BDA248 (or 0xBDA248) is known color: Sundance. HEX triplet: BD, A2 and 48. RGB value is (189,162,72). Sum of RGB (Red+Green+Blue) = 189+162+72=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA248 is #425DB7. Grayscale: #A0A0A0. Windows color (decimal): -4349368 or 4760253. OLE color: 4760253.

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

Color convert

RGB 189 162 72 -
CMYK 0 0.14 0.62 0.26
HSL 46.15º 0.47% 0.51% -
HSV(B) 46.15º 0.62% 0.74% -
XYZ 35.08 37.13 11.45 -
YUV 159.81 78.45 148.82 -
System Red Green Blue C M Y K H S L
Decimal 189 162 72 0 0.14 0.62 0.26 46.15 0.47 0.51
Hex BD A2 48 0 E 3E 1A 2E 2F 33
Octal 275 242 110 0 16 76 32 56 57 63
Binary 10111101 10100010 1001000 0 1110 111110 11010 101110 101111 110011

Color Harmonies of #BDA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA248

Black with #BDA248

Text Example


Text Example

White with #BDA248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA248; }

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

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

background-color css

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

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

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

border-color css

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

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

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