Html Css Color HEX #BDA217 Buddha Gold

📋 copy color: '#BDA217'

red 189 ◦ green 162 ◦ blue 23

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

Shades of Buddha Gold #BDA217

Tints of Buddha Gold #BDA217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.15%

R = 50.53%
G = 43.32%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BDA217 (or 0xBDA217) is known color: Buddha Gold. HEX triplet: BD, A2 and 17. RGB value is (189,162,23). Sum of RGB (Red+Green+Blue) = 189+162+23=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA217 is #425DE8. Grayscale: #9A9A9A. Windows color (decimal): -4349417 or 1548989. OLE color: 1548989.

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

Color convert

RGB 189 162 23 -
CMYK 0 0.14 0.88 0.26
HSL 50.24º 0.78% 0.42% -
HSV(B) 50.24º 0.88% 0.74% -
XYZ 34.06 36.72 6.1 -
YUV 154.23 53.95 152.8 -
System Red Green Blue C M Y K H S L
Decimal 189 162 23 0 0.14 0.88 0.26 50.24 0.78 0.42
Hex BD A2 17 0 E 58 1A 32 4E 2A
Octal 275 242 27 0 16 130 32 62 116 52
Binary 10111101 10100010 10111 0 1110 1011000 11010 110010 1001110 101010

Color Harmonies of #BDA217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA217

Black with #BDA217

Text Example


Text Example

White with #BDA217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA217; }

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

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

background-color css

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

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

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

border-color css

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

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

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