Html Css Color HEX #BDA510 Buddha Gold

📋 copy color: '#BDA510'

red 189 ◦ green 165 ◦ blue 16

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

Shades of Buddha Gold #BDA510

Tints of Buddha Gold #BDA510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.32%

R = 51.08%
G = 44.59%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDA510 (or 0xBDA510) is known color: Buddha Gold. HEX triplet: BD, A5 and 10. RGB value is (189,165,16). Sum of RGB (Red+Green+Blue) = 189+165+16=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA510 is #425AEF. Grayscale: #9B9B9B. Windows color (decimal): -4348656 or 1091005. OLE color: 1091005.

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

Color convert

RGB 189 165 16 -
CMYK 0 0.13 0.92 0.26
HSL 51.68º 0.84% 0.4% -
HSV(B) 51.68º 0.92% 0.74% -
XYZ 34.53 37.77 5.96 -
YUV 155.19 49.45 152.12 -
System Red Green Blue C M Y K H S L
Decimal 189 165 16 0 0.13 0.92 0.26 51.68 0.84 0.4
Hex BD A5 10 0 D 5C 1A 34 54 28
Octal 275 245 20 0 15 134 32 64 124 50
Binary 10111101 10100101 10000 0 1101 1011100 11010 110100 1010100 101000

Color Harmonies of #BDA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA510

Black with #BDA510

Text Example


Text Example

White with #BDA510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA510; }

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

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

background-color css

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

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

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

border-color css

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

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

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