Html Css Color HEX #BDA615 Buddha Gold

📋 copy color: '#BDA615'

red 189 ◦ green 166 ◦ blue 21

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

Shades of Buddha Gold #BDA615

Tints of Buddha Gold #BDA615

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.15%

 BLUE value IS 21 (8.59% from 255) = 5.59%

R = 50.27%
G = 44.15%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDA615 (or 0xBDA615) is known color: Buddha Gold. HEX triplet: BD, A6 and 15. RGB value is (189,166,21). Sum of RGB (Red+Green+Blue) = 189+166+21=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA615 is #4259EA. Grayscale: #9C9C9C. Windows color (decimal): -4348395 or 1418941. OLE color: 1418941.

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

Color convert

RGB 189 166 21 -
CMYK 0 0.12 0.89 0.26
HSL 51.79º 0.8% 0.41% -
HSV(B) 51.79º 0.89% 0.74% -
XYZ 34.76 38.15 6.24 -
YUV 156.35 51.62 151.29 -
System Red Green Blue C M Y K H S L
Decimal 189 166 21 0 0.12 0.89 0.26 51.79 0.8 0.41
Hex BD A6 15 0 C 59 1A 34 50 29
Octal 275 246 25 0 14 131 32 64 120 51
Binary 10111101 10100110 10101 0 1100 1011001 11010 110100 1010000 101001

Color Harmonies of #BDA615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA615

Black with #BDA615

Text Example


Text Example

White with #BDA615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA615; }

 p { color: rgb(189,166,21); }

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

background-color css

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

 a { background-color: rgb(189,166,21); }

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

border-color css

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

 span { border-color: rgb(189,166,21); }

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