Html Css Color HEX #BA960D Buddha Gold

📋 copy color: '#BA960D'

red 186 ◦ green 150 ◦ blue 13

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

Shades of Buddha Gold #BA960D

Tints of Buddha Gold #BA960D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.72%

R = 53.3%
G = 42.98%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA960D (or 0xBA960D) is known color: Buddha Gold. HEX triplet: BA, 96 and 0D. RGB value is (186,150,13). Sum of RGB (Red+Green+Blue) = 186+150+13=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA960D is #4569F2. Grayscale: #919191. Windows color (decimal): -4549107 or 890554. OLE color: 890554.

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

Color convert

RGB 186 150 13 -
CMYK 0 0.19 0.93 0.27
HSL 47.51º 0.87% 0.39% -
HSV(B) 47.51º 0.93% 0.73% -
XYZ 31.23 32.28 4.97 -
YUV 145.15 53.43 157.14 -
System Red Green Blue C M Y K H S L
Decimal 186 150 13 0 0.19 0.93 0.27 47.51 0.87 0.39
Hex BA 96 D 0 13 5D 1B 30 57 27
Octal 272 226 15 0 23 135 33 60 127 47
Binary 10111010 10010110 1101 0 10011 1011101 11011 110000 1010111 100111

Color Harmonies of #BA960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA960D

Black with #BA960D

Text Example


Text Example

White with #BA960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA960D; }

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

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

background-color css

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

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

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

border-color css

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

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

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