Html Css Color HEX #BA960F Buddha Gold

📋 copy color: '#BA960F'

red 186 ◦ green 150 ◦ blue 15

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

Shades of Buddha Gold #BA960F

Tints of Buddha Gold #BA960F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.27%

R = 52.99%
G = 42.74%
B = 4.27%

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

#BA960F (or 0xBA960F) is known color: Buddha Gold. HEX triplet: BA, 96 and 0F. RGB value is (186,150,15). Sum of RGB (Red+Green+Blue) = 186+150+15=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA960F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA960F is #4569F0. Grayscale: #919191. Windows color (decimal): -4549105 or 1021626. OLE color: 1021626.

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

Color convert

RGB 186 150 15 -
CMYK 0 0.19 0.92 0.27
HSL 47.37º 0.85% 0.39% -
HSV(B) 47.37º 0.92% 0.73% -
XYZ 31.24 32.29 5.04 -
YUV 145.37 54.43 156.98 -
System Red Green Blue C M Y K H S L
Decimal 186 150 15 0 0.19 0.92 0.27 47.37 0.85 0.39
Hex BA 96 F 0 13 5C 1B 2F 55 27
Octal 272 226 17 0 23 134 33 57 125 47
Binary 10111010 10010110 1111 0 10011 1011100 11011 101111 1010101 100111

Color Harmonies of #BA960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA960F

Black with #BA960F

Text Example


Text Example

White with #BA960F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA960F; }

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

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

background-color css

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

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

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

border-color css

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

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

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