Html Css Color HEX #BA960E Buddha Gold

📋 copy color: '#BA960E'

red 186 ◦ green 150 ◦ blue 14

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

Shades of Buddha Gold #BA960E

Tints of Buddha Gold #BA960E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.86%

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

R = 53.14%
G = 42.86%
B = 4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA960E (or 0xBA960E) is known color: Buddha Gold. HEX triplet: BA, 96 and 0E. RGB value is (186,150,14). Sum of RGB (Red+Green+Blue) = 186+150+14=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA960E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA960E is #4569F1. Grayscale: #919191. Windows color (decimal): -4549106 or 956090. OLE color: 956090.

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

Color convert

RGB 186 150 14 -
CMYK 0 0.19 0.92 0.27
HSL 47.44º 0.86% 0.39% -
HSV(B) 47.44º 0.92% 0.73% -
XYZ 31.24 32.28 5 -
YUV 145.26 53.93 157.06 -
System Red Green Blue C M Y K H S L
Decimal 186 150 14 0 0.19 0.92 0.27 47.44 0.86 0.39
Hex BA 96 E 0 13 5C 1B 2F 56 27
Octal 272 226 16 0 23 134 33 57 126 47
Binary 10111010 10010110 1110 0 10011 1011100 11011 101111 1010110 100111

Color Harmonies of #BA960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA960E

Black with #BA960E

Text Example


Text Example

White with #BA960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA960E; }

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

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

background-color css

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

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

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

border-color css

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

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

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