Html Css Color HEX #BDA415 Buddha Gold

📋 copy color: '#BDA415'

red 189 ◦ green 164 ◦ blue 21

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

Shades of Buddha Gold #BDA415

Tints of Buddha Gold #BDA415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.61%

R = 50.53%
G = 43.85%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDA415 (or 0xBDA415) is known color: Buddha Gold. HEX triplet: BD, A4 and 15. RGB value is (189,164,21). Sum of RGB (Red+Green+Blue) = 189+164+21=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA415 is #425BEA. Grayscale: #9B9B9B. Windows color (decimal): -4348907 or 1418429. OLE color: 1418429.

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

Color convert

RGB 189 164 21 -
CMYK 0 0.13 0.89 0.26
HSL 51.07º 0.8% 0.41% -
HSV(B) 51.07º 0.89% 0.74% -
XYZ 34.4 37.42 6.12 -
YUV 155.17 52.28 152.13 -
System Red Green Blue C M Y K H S L
Decimal 189 164 21 0 0.13 0.89 0.26 51.07 0.8 0.41
Hex BD A4 15 0 D 59 1A 33 50 29
Octal 275 244 25 0 15 131 32 63 120 51
Binary 10111101 10100100 10101 0 1101 1011001 11010 110011 1010000 101001

Color Harmonies of #BDA415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA415

Black with #BDA415

Text Example


Text Example

White with #BDA415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA415; }

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

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

background-color css

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

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

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

border-color css

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

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

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