Html Css Color HEX #BA9416 Buddha Gold

📋 copy color: '#BA9416'

red 186 ◦ green 148 ◦ blue 22

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

Shades of Buddha Gold #BA9416

Tints of Buddha Gold #BA9416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.57%

 BLUE value IS 22 (8.98% from 255) = 6.18%

R = 52.25%
G = 41.57%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA9416 (or 0xBA9416) is known color: Buddha Gold. HEX triplet: BA, 94 and 16. RGB value is (186,148,22). Sum of RGB (Red+Green+Blue) = 186+148+22=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9416 is #456BE9. Grayscale: #919191. Windows color (decimal): -4549610 or 1479866. OLE color: 1479866.

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

Color convert

RGB 186 148 22 -
CMYK 0 0.20 0.88 0.27
HSL 46.1º 0.79% 0.41% -
HSV(B) 46.1º 0.88% 0.73% -
XYZ 30.98 31.68 5.24 -
YUV 145 58.59 157.25 -
System Red Green Blue C M Y K H S L
Decimal 186 148 22 0 0.20 0.88 0.27 46.1 0.79 0.41
Hex BA 94 16 0 14 58 1B 2E 4F 29
Octal 272 224 26 0 24 130 33 56 117 51
Binary 10111010 10010100 10110 0 10100 1011000 11011 101110 1001111 101001

Color Harmonies of #BA9416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9416

Black with #BA9416

Text Example


Text Example

White with #BA9416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9416; }

 p { color: rgb(186,148,22); }

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

background-color css

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

 a { background-color: rgb(186,148,22); }

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

border-color css

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

 span { border-color: rgb(186,148,22); }

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