Html Css Color HEX #BDA713 Buddha Gold

📋 copy color: '#BDA713'

red 189 ◦ green 167 ◦ blue 19

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

Shades of Buddha Gold #BDA713

Tints of Buddha Gold #BDA713

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.53%

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

R = 50.4%
G = 44.53%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BDA713 (or 0xBDA713) is known color: Buddha Gold. HEX triplet: BD, A7 and 13. RGB value is (189,167,19). Sum of RGB (Red+Green+Blue) = 189+167+19=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA713 is #4258EC. Grayscale: #9D9D9D. Windows color (decimal): -4348141 or 1288125. OLE color: 1288125.

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

Color convert

RGB 189 167 19 -
CMYK 0 0.12 0.90 0.26
HSL 52.24º 0.82% 0.41% -
HSV(B) 52.24º 0.9% 0.74% -
XYZ 34.92 38.5 6.21 -
YUV 156.71 50.29 151.03 -
System Red Green Blue C M Y K H S L
Decimal 189 167 19 0 0.12 0.90 0.26 52.24 0.82 0.41
Hex BD A7 13 0 C 5A 1A 34 52 29
Octal 275 247 23 0 14 132 32 64 122 51
Binary 10111101 10100111 10011 0 1100 1011010 11010 110100 1010010 101001

Color Harmonies of #BDA713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA713

Black with #BDA713

Text Example


Text Example

White with #BDA713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA713; }

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

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

background-color css

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

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

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

border-color css

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

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

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