Html Css Color HEX #BDA748 Sundance

📋 copy color: '#BDA748'

red 189 ◦ green 167 ◦ blue 72

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

Shades of Sundance #BDA748

Tints of Sundance #BDA748

RGB

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

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

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

R = 44.16%
G = 39.02%
B = 16.82%

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

#BDA748 (or 0xBDA748) is known color: Sundance. HEX triplet: BD, A7 and 48. RGB value is (189,167,72). Sum of RGB (Red+Green+Blue) = 189+167+72=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA748 is #4258B7. Grayscale: #A3A3A3. Windows color (decimal): -4348088 or 4761533. OLE color: 4761533.

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

Color convert

RGB 189 167 72 -
CMYK 0 0.12 0.62 0.26
HSL 48.72º 0.47% 0.51% -
HSV(B) 48.72º 0.62% 0.74% -
XYZ 35.97 38.92 11.75 -
YUV 162.75 76.79 146.72 -
System Red Green Blue C M Y K H S L
Decimal 189 167 72 0 0.12 0.62 0.26 48.72 0.47 0.51
Hex BD A7 48 0 C 3E 1A 31 2F 33
Octal 275 247 110 0 14 76 32 61 57 63
Binary 10111101 10100111 1001000 0 1100 111110 11010 110001 101111 110011

Color Harmonies of #BDA748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA748

Black with #BDA748

Text Example


Text Example

White with #BDA748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA748; }

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

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

background-color css

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

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

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

border-color css

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

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

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