Html Css Color HEX #BA9217 Buddha Gold

📋 copy color: '#BA9217'

red 186 ◦ green 146 ◦ blue 23

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

Shades of Buddha Gold #BA9217

Tints of Buddha Gold #BA9217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.48%

R = 52.39%
G = 41.13%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA9217 (or 0xBA9217) is known color: Buddha Gold. HEX triplet: BA, 92 and 17. RGB value is (186,146,23). Sum of RGB (Red+Green+Blue) = 186+146+23=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9217 is #456DE8. Grayscale: #909090. Windows color (decimal): -4550121 or 1544890. OLE color: 1544890.

HSL color Cylindrical-coordinate representation of color #BA9217: hue angle of 45.28º degrees, saturation: 0.78, 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 #BA9217 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 146 23 -
CMYK 0 0.22 0.88 0.27
HSL 45.28º 0.78% 0.41% -
HSV(B) 45.28º 0.88% 0.73% -
XYZ 30.68 31.06 5.19 -
YUV 143.94 59.75 158 -
System Red Green Blue C M Y K H S L
Decimal 186 146 23 0 0.22 0.88 0.27 45.28 0.78 0.41
Hex BA 92 17 0 16 58 1B 2D 4E 29
Octal 272 222 27 0 26 130 33 55 116 51
Binary 10111010 10010010 10111 0 10110 1011000 11011 101101 1001110 101001

Color Harmonies of #BA9217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9217

Black with #BA9217

Text Example


Text Example

White with #BA9217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9217; }

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

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

background-color css

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

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

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

border-color css

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

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

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