Html Css Color HEX #BDA019 Buddha Gold

📋 copy color: '#BDA019'

red 189 ◦ green 160 ◦ blue 25

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

Shades of Buddha Gold #BDA019

Tints of Buddha Gold #BDA019

RGB

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

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

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

R = 50.53%
G = 42.78%
B = 6.68%

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

#BDA019 (or 0xBDA019) is known color: Buddha Gold. HEX triplet: BD, A0 and 19. RGB value is (189,160,25). Sum of RGB (Red+Green+Blue) = 189+160+25=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA019 is #425FE6. Grayscale: #999999. Windows color (decimal): -4349927 or 1679549. OLE color: 1679549.

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

Color convert

RGB 189 160 25 -
CMYK 0 0.15 0.87 0.26
HSL 49.39º 0.77% 0.42% -
HSV(B) 49.39º 0.87% 0.74% -
XYZ 33.73 36.03 6.1 -
YUV 153.28 55.61 153.48 -
System Red Green Blue C M Y K H S L
Decimal 189 160 25 0 0.15 0.87 0.26 49.39 0.77 0.42
Hex BD A0 19 0 F 57 1A 31 4D 2A
Octal 275 240 31 0 17 127 32 61 115 52
Binary 10111101 10100000 11001 0 1111 1010111 11010 110001 1001101 101010

Color Harmonies of #BDA019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA019

Black with #BDA019

Text Example


Text Example

White with #BDA019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA019; }

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

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

background-color css

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

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

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

border-color css

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

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

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