Html Css Color HEX #BA960B Buddha Gold

📋 copy color: '#BA960B'

red 186 ◦ green 150 ◦ blue 11

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

Shades of Buddha Gold #BA960B

Tints of Buddha Gold #BA960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.17%

R = 53.6%
G = 43.23%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA960B (or 0xBA960B) is known color: Buddha Gold. HEX triplet: BA, 96 and 0B. RGB value is (186,150,11). Sum of RGB (Red+Green+Blue) = 186+150+11=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA960B is #4569F4. Grayscale: #919191. Windows color (decimal): -4549109 or 759482. OLE color: 759482.

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

Color convert

RGB 186 150 11 -
CMYK 0 0.19 0.94 0.27
HSL 47.66º 0.89% 0.39% -
HSV(B) 47.66º 0.94% 0.73% -
XYZ 31.22 32.28 4.9 -
YUV 144.92 52.43 157.3 -
System Red Green Blue C M Y K H S L
Decimal 186 150 11 0 0.19 0.94 0.27 47.66 0.89 0.39
Hex BA 96 B 0 13 5E 1B 30 59 27
Octal 272 226 13 0 23 136 33 60 131 47
Binary 10111010 10010110 1011 0 10011 1011110 11011 110000 1011001 100111

Color Harmonies of #BA960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA960B

Black with #BA960B

Text Example


Text Example

White with #BA960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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