Html Css Color HEX #BDA015 Buddha Gold

📋 copy color: '#BDA015'

red 189 ◦ green 160 ◦ blue 21

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

Shades of Buddha Gold #BDA015

Tints of Buddha Gold #BDA015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.24%

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

R = 51.08%
G = 43.24%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDA015 (or 0xBDA015) is known color: Buddha Gold. HEX triplet: BD, A0 and 15. RGB value is (189,160,21). Sum of RGB (Red+Green+Blue) = 189+160+21=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA015 is #425FEA. Grayscale: #999999. Windows color (decimal): -4349931 or 1417405. OLE color: 1417405.

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

Color convert

RGB 189 160 21 -
CMYK 0 0.15 0.89 0.26
HSL 49.64º 0.8% 0.41% -
HSV(B) 49.64º 0.89% 0.74% -
XYZ 33.69 36.01 5.89 -
YUV 152.83 53.61 153.8 -
System Red Green Blue C M Y K H S L
Decimal 189 160 21 0 0.15 0.89 0.26 49.64 0.8 0.41
Hex BD A0 15 0 F 59 1A 32 50 29
Octal 275 240 25 0 17 131 32 62 120 51
Binary 10111101 10100000 10101 0 1111 1011001 11010 110010 1010000 101001

Color Harmonies of #BDA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA015

Black with #BDA015

Text Example


Text Example

White with #BDA015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA015; }

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

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

background-color css

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

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

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

border-color css

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

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

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