Html Css Color HEX #BDA419 Buddha Gold

📋 copy color: '#BDA419'

red 189 ◦ green 164 ◦ blue 25

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

Shades of Buddha Gold #BDA419

Tints of Buddha Gold #BDA419

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.39%

 BLUE value IS 25 (10.16% from 255) = 6.61%

R = 50%
G = 43.39%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BDA419 (or 0xBDA419) is known color: Buddha Gold. HEX triplet: BD, A4 and 19. RGB value is (189,164,25). Sum of RGB (Red+Green+Blue) = 189+164+25=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA419 is #425BE6. Grayscale: #9C9C9C. Windows color (decimal): -4348903 or 1680573. OLE color: 1680573.

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

Color convert

RGB 189 164 25 -
CMYK 0 0.13 0.87 0.26
HSL 50.85º 0.77% 0.42% -
HSV(B) 50.85º 0.87% 0.74% -
XYZ 34.44 37.44 6.33 -
YUV 155.63 54.28 151.8 -
System Red Green Blue C M Y K H S L
Decimal 189 164 25 0 0.13 0.87 0.26 50.85 0.77 0.42
Hex BD A4 19 0 D 57 1A 33 4D 2A
Octal 275 244 31 0 15 127 32 63 115 52
Binary 10111101 10100100 11001 0 1101 1010111 11010 110011 1001101 101010

Color Harmonies of #BDA419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA419

Black with #BDA419

Text Example


Text Example

White with #BDA419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA419; }

 p { color: rgb(189,164,25); }

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

background-color css

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

 a { background-color: rgb(189,164,25); }

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

border-color css

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

 span { border-color: rgb(189,164,25); }

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