Html Css Color HEX #BDA418 Buddha Gold

📋 copy color: '#BDA418'

red 189 ◦ green 164 ◦ blue 24

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

Shades of Buddha Gold #BDA418

Tints of Buddha Gold #BDA418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.37%

R = 50.13%
G = 43.5%
B = 6.37%

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

#BDA418 (or 0xBDA418) is known color: Buddha Gold. HEX triplet: BD, A4 and 18. RGB value is (189,164,24). Sum of RGB (Red+Green+Blue) = 189+164+24=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA418 is #425BE7. Grayscale: #9C9C9C. Windows color (decimal): -4348904 or 1615037. OLE color: 1615037.

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

Color convert

RGB 189 164 24 -
CMYK 0 0.13 0.87 0.26
HSL 50.91º 0.77% 0.42% -
HSV(B) 50.91º 0.87% 0.74% -
XYZ 34.43 37.44 6.28 -
YUV 155.52 53.78 151.88 -
System Red Green Blue C M Y K H S L
Decimal 189 164 24 0 0.13 0.87 0.26 50.91 0.77 0.42
Hex BD A4 18 0 D 57 1A 33 4D 2A
Octal 275 244 30 0 15 127 32 63 115 52
Binary 10111101 10100100 11000 0 1101 1010111 11010 110011 1001101 101010

Color Harmonies of #BDA418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA418

Black with #BDA418

Text Example


Text Example

White with #BDA418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA418; }

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

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

background-color css

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

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

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

border-color css

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

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

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