Html Css Color HEX #BA9218 Buddha Gold

📋 copy color: '#BA9218'

red 186 ◦ green 146 ◦ blue 24

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

Shades of Buddha Gold #BA9218

Tints of Buddha Gold #BA9218

RGB

 RED value IS 186 (73.05% from 255) = 52.25%

 GREEN value IS 146 (57.42% from 255) = 41.01%

 BLUE value IS 24 (9.77% from 255) = 6.74%

R = 52.25%
G = 41.01%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA9218 (or 0xBA9218) is known color: Buddha Gold. HEX triplet: BA, 92 and 18. RGB value is (186,146,24). Sum of RGB (Red+Green+Blue) = 186+146+24=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9218 is #456DE7. Grayscale: #909090. Windows color (decimal): -4550120 or 1610426. OLE color: 1610426.

HSL color Cylindrical-coordinate representation of color #BA9218: hue angle of 45.19º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA9218 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 146 24 -
CMYK 0 0.22 0.87 0.27
HSL 45.19º 0.77% 0.41% -
HSV(B) 45.19º 0.87% 0.73% -
XYZ 30.69 31.06 5.24 -
YUV 144.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 186 146 24 0 0.22 0.87 0.27 45.19 0.77 0.41
Hex BA 92 18 0 16 57 1B 2D 4D 29
Octal 272 222 30 0 26 127 33 55 115 51
Binary 10111010 10010010 11000 0 10110 1010111 11011 101101 1001101 101001

Color Harmonies of #BA9218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9218

Black with #BA9218

Text Example


Text Example

White with #BA9218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9218; }

 p { color: rgb(186,146,24); }

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

background-color css

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

 a { background-color: rgb(186,146,24); }

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

border-color css

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

 span { border-color: rgb(186,146,24); }

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