Html Css Color HEX #BDA513 Buddha Gold

📋 copy color: '#BDA513'

red 189 ◦ green 165 ◦ blue 19

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

Shades of Buddha Gold #BDA513

Tints of Buddha Gold #BDA513

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.24%

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

R = 50.67%
G = 44.24%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BDA513 (or 0xBDA513) is known color: Buddha Gold. HEX triplet: BD, A5 and 13. RGB value is (189,165,19). Sum of RGB (Red+Green+Blue) = 189+165+19=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA513 is #425AEC. Grayscale: #9C9C9C. Windows color (decimal): -4348653 or 1287613. OLE color: 1287613.

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

Color convert

RGB 189 165 19 -
CMYK 0 0.13 0.90 0.26
HSL 51.53º 0.82% 0.41% -
HSV(B) 51.53º 0.9% 0.74% -
XYZ 34.56 37.78 6.09 -
YUV 155.53 50.95 151.87 -
System Red Green Blue C M Y K H S L
Decimal 189 165 19 0 0.13 0.90 0.26 51.53 0.82 0.41
Hex BD A5 13 0 D 5A 1A 34 52 29
Octal 275 245 23 0 15 132 32 64 122 51
Binary 10111101 10100101 10011 0 1101 1011010 11010 110100 1010010 101001

Color Harmonies of #BDA513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA513

Black with #BDA513

Text Example


Text Example

White with #BDA513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA513; }

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

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

background-color css

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

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

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

border-color css

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

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

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