Html Css Color HEX #BDA013 Buddha Gold

📋 copy color: '#BDA013'

red 189 ◦ green 160 ◦ blue 19

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

Shades of Buddha Gold #BDA013

Tints of Buddha Gold #BDA013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.16%

R = 51.36%
G = 43.48%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BDA013 (or 0xBDA013) is known color: Buddha Gold. HEX triplet: BD, A0 and 13. RGB value is (189,160,19). Sum of RGB (Red+Green+Blue) = 189+160+19=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA013 is #425FEC. Grayscale: #999999. Windows color (decimal): -4349933 or 1286333. OLE color: 1286333.

HSL color Cylindrical-coordinate representation of color #BDA013: hue angle of 49.76º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDA013 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 160 19 -
CMYK 0 0.15 0.90 0.26
HSL 49.76º 0.82% 0.41% -
HSV(B) 49.76º 0.9% 0.74% -
XYZ 33.67 36.01 5.79 -
YUV 152.6 52.61 153.96 -
System Red Green Blue C M Y K H S L
Decimal 189 160 19 0 0.15 0.90 0.26 49.76 0.82 0.41
Hex BD A0 13 0 F 5A 1A 32 52 29
Octal 275 240 23 0 17 132 32 62 122 51
Binary 10111101 10100000 10011 0 1111 1011010 11010 110010 1010010 101001

Color Harmonies of #BDA013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA013

Black with #BDA013

Text Example


Text Example

White with #BDA013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA013; }

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

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

background-color css

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

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

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

border-color css

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

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

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