Html Css Color HEX #BA9818 Buddha Gold

📋 copy color: '#BA9818'

red 186 ◦ green 152 ◦ blue 24

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

Shades of Buddha Gold #BA9818

Tints of Buddha Gold #BA9818

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.99%

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

R = 51.38%
G = 41.99%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA9818 (or 0xBA9818) is known color: Buddha Gold. HEX triplet: BA, 98 and 18. RGB value is (186,152,24). Sum of RGB (Red+Green+Blue) = 186+152+24=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9818 is #4567E7. Grayscale: #949494. Windows color (decimal): -4548584 or 1611962. OLE color: 1611962.

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

Color convert

RGB 186 152 24 -
CMYK 0 0.18 0.87 0.27
HSL 47.41º 0.77% 0.41% -
HSV(B) 47.41º 0.87% 0.73% -
XYZ 31.64 32.96 5.56 -
YUV 147.57 58.26 155.41 -
System Red Green Blue C M Y K H S L
Decimal 186 152 24 0 0.18 0.87 0.27 47.41 0.77 0.41
Hex BA 98 18 0 12 57 1B 2F 4D 29
Octal 272 230 30 0 22 127 33 57 115 51
Binary 10111010 10011000 11000 0 10010 1010111 11011 101111 1001101 101001

Color Harmonies of #BA9818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9818

Black with #BA9818

Text Example


Text Example

White with #BA9818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9818; }

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

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

background-color css

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

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

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

border-color css

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

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

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