Html Css Color HEX #BA9318 Buddha Gold

📋 copy color: '#BA9318'

red 186 ◦ green 147 ◦ blue 24

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

Shades of Buddha Gold #BA9318

Tints of Buddha Gold #BA9318

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.18%

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

R = 52.1%
G = 41.18%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA9318 (or 0xBA9318) is known color: Buddha Gold. HEX triplet: BA, 93 and 18. RGB value is (186,147,24). Sum of RGB (Red+Green+Blue) = 186+147+24=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9318 is #456CE7. Grayscale: #919191. Windows color (decimal): -4549864 or 1610682. OLE color: 1610682.

HSL color Cylindrical-coordinate representation of color #BA9318: hue angle of 45.56º 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 #BA9318 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 147 24 -
CMYK 0 0.21 0.87 0.27
HSL 45.56º 0.77% 0.41% -
HSV(B) 45.56º 0.87% 0.73% -
XYZ 30.85 31.37 5.29 -
YUV 144.64 59.92 157.5 -
System Red Green Blue C M Y K H S L
Decimal 186 147 24 0 0.21 0.87 0.27 45.56 0.77 0.41
Hex BA 93 18 0 15 57 1B 2E 4D 29
Octal 272 223 30 0 25 127 33 56 115 51
Binary 10111010 10010011 11000 0 10101 1010111 11011 101110 1001101 101001

Color Harmonies of #BA9318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9318

Black with #BA9318

Text Example


Text Example

White with #BA9318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9318; }

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

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

background-color css

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

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

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

border-color css

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

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

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