Html Css Color HEX #BA940E Buddha Gold

📋 copy color: '#BA940E'

red 186 ◦ green 148 ◦ blue 14

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

Shades of Buddha Gold #BA940E

Tints of Buddha Gold #BA940E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.02%

R = 53.45%
G = 42.53%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA940E (or 0xBA940E) is known color: Buddha Gold. HEX triplet: BA, 94 and 0E. RGB value is (186,148,14). Sum of RGB (Red+Green+Blue) = 186+148+14=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA940E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA940E is #456BF1. Grayscale: #909090. Windows color (decimal): -4549618 or 955578. OLE color: 955578.

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

Color convert

RGB 186 148 14 -
CMYK 0 0.20 0.92 0.27
HSL 46.74º 0.86% 0.39% -
HSV(B) 46.74º 0.92% 0.73% -
XYZ 30.92 31.65 4.9 -
YUV 144.09 54.59 157.9 -
System Red Green Blue C M Y K H S L
Decimal 186 148 14 0 0.20 0.92 0.27 46.74 0.86 0.39
Hex BA 94 E 0 14 5C 1B 2F 56 27
Octal 272 224 16 0 24 134 33 57 126 47
Binary 10111010 10010100 1110 0 10100 1011100 11011 101111 1010110 100111

Color Harmonies of #BA940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA940E

Black with #BA940E

Text Example


Text Example

White with #BA940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA940E; }

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

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

background-color css

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

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

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

border-color css

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

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

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