Html Css Color HEX #BDA10F Buddha Gold

📋 copy color: '#BDA10F'

red 189 ◦ green 161 ◦ blue 15

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

Shades of Buddha Gold #BDA10F

Tints of Buddha Gold #BDA10F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.11%

 BLUE value IS 15 (6.25% from 255) = 4.11%

R = 51.78%
G = 44.11%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BDA10F (or 0xBDA10F) is known color: Buddha Gold. HEX triplet: BD, A1 and 0F. RGB value is (189,161,15). Sum of RGB (Red+Green+Blue) = 189+161+15=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA10F is #425EF0. Grayscale: #999999. Windows color (decimal): -4349681 or 1024445. OLE color: 1024445.

HSL color Cylindrical-coordinate representation of color #BDA10F: hue angle of 50.34º degrees, saturation: 0.85, 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 #BDA10F is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 161 15 -
CMYK 0 0.15 0.92 0.26
HSL 50.34º 0.85% 0.4% -
HSV(B) 50.34º 0.92% 0.74% -
XYZ 33.82 36.34 5.68 -
YUV 152.73 50.28 153.87 -
System Red Green Blue C M Y K H S L
Decimal 189 161 15 0 0.15 0.92 0.26 50.34 0.85 0.4
Hex BD A1 F 0 F 5C 1A 32 55 28
Octal 275 241 17 0 17 134 32 62 125 50
Binary 10111101 10100001 1111 0 1111 1011100 11010 110010 1010101 101000

Color Harmonies of #BDA10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA10F

Black with #BDA10F

Text Example


Text Example

White with #BDA10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA10F; }

 p { color: rgb(189,161,15); }

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

background-color css

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

 a { background-color: rgb(189,161,15); }

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

border-color css

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

 span { border-color: rgb(189,161,15); }

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