Html Css Color HEX #BDA517 Buddha Gold

📋 copy color: '#BDA517'

red 189 ◦ green 165 ◦ blue 23

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

Shades of Buddha Gold #BDA517

Tints of Buddha Gold #BDA517

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.77%

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

R = 50.13%
G = 43.77%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BDA517 (or 0xBDA517) is known color: Buddha Gold. HEX triplet: BD, A5 and 17. RGB value is (189,165,23). Sum of RGB (Red+Green+Blue) = 189+165+23=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA517 is #425AE8. Grayscale: #9C9C9C. Windows color (decimal): -4348649 or 1549757. OLE color: 1549757.

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

Color convert

RGB 189 165 23 -
CMYK 0 0.13 0.88 0.26
HSL 51.33º 0.78% 0.42% -
HSV(B) 51.33º 0.88% 0.74% -
XYZ 34.6 37.79 6.28 -
YUV 155.99 52.95 151.55 -
System Red Green Blue C M Y K H S L
Decimal 189 165 23 0 0.13 0.88 0.26 51.33 0.78 0.42
Hex BD A5 17 0 D 58 1A 33 4E 2A
Octal 275 245 27 0 15 130 32 63 116 52
Binary 10111101 10100101 10111 0 1101 1011000 11010 110011 1001110 101010

Color Harmonies of #BDA517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA517

Black with #BDA517

Text Example


Text Example

White with #BDA517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA517; }

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

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

background-color css

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

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

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

border-color css

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

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

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