Html Css Color HEX #BDA514 Buddha Gold

📋 copy color: '#BDA514'

red 189 ◦ green 165 ◦ blue 20

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

Shades of Buddha Gold #BDA514

Tints of Buddha Gold #BDA514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.35%

R = 50.53%
G = 44.12%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDA514 (or 0xBDA514) is known color: Buddha Gold. HEX triplet: BD, A5 and 14. RGB value is (189,165,20). Sum of RGB (Red+Green+Blue) = 189+165+20=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA514 is #425AEB. Grayscale: #9C9C9C. Windows color (decimal): -4348652 or 1353149. OLE color: 1353149.

HSL color Cylindrical-coordinate representation of color #BDA514: hue angle of 51.48º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDA514 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 165 20 -
CMYK 0 0.13 0.89 0.26
HSL 51.48º 0.81% 0.41% -
HSV(B) 51.48º 0.89% 0.74% -
XYZ 34.57 37.78 6.13 -
YUV 155.65 51.45 151.79 -
System Red Green Blue C M Y K H S L
Decimal 189 165 20 0 0.13 0.89 0.26 51.48 0.81 0.41
Hex BD A5 14 0 D 59 1A 33 51 29
Octal 275 245 24 0 15 131 32 63 121 51
Binary 10111101 10100101 10100 0 1101 1011001 11010 110011 1010001 101001

Color Harmonies of #BDA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA514

Black with #BDA514

Text Example


Text Example

White with #BDA514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA514; }

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

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

background-color css

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

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

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

border-color css

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

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

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