Html Css Color HEX #BDA018 Buddha Gold

📋 copy color: '#BDA018'

red 189 ◦ green 160 ◦ blue 24

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

Shades of Buddha Gold #BDA018

Tints of Buddha Gold #BDA018

RGB

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

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

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

R = 50.67%
G = 42.9%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BDA018 (or 0xBDA018) is known color: Buddha Gold. HEX triplet: BD, A0 and 18. RGB value is (189,160,24). Sum of RGB (Red+Green+Blue) = 189+160+24=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA018 is #425FE7. Grayscale: #999999. Windows color (decimal): -4349928 or 1614013. OLE color: 1614013.

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

Color convert

RGB 189 160 24 -
CMYK 0 0.15 0.87 0.26
HSL 49.45º 0.77% 0.42% -
HSV(B) 49.45º 0.87% 0.74% -
XYZ 33.72 36.03 6.04 -
YUV 153.17 55.11 153.56 -
System Red Green Blue C M Y K H S L
Decimal 189 160 24 0 0.15 0.87 0.26 49.45 0.77 0.42
Hex BD A0 18 0 F 57 1A 31 4D 2A
Octal 275 240 30 0 17 127 32 61 115 52
Binary 10111101 10100000 11000 0 1111 1010111 11010 110001 1001101 101010

Color Harmonies of #BDA018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA018

Black with #BDA018

Text Example


Text Example

White with #BDA018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA018; }

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

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

background-color css

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

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

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

border-color css

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

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

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