Html Css Color HEX #BA980E Buddha Gold

📋 copy color: '#BA980E'

red 186 ◦ green 152 ◦ blue 14

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

Shades of Buddha Gold #BA980E

Tints of Buddha Gold #BA980E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.18%

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

R = 52.84%
G = 43.18%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA980E (or 0xBA980E) is known color: Buddha Gold. HEX triplet: BA, 98 and 0E. RGB value is (186,152,14). Sum of RGB (Red+Green+Blue) = 186+152+14=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA980E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA980E is #4567F1. Grayscale: #939393. Windows color (decimal): -4548594 or 956602. OLE color: 956602.

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

Color convert

RGB 186 152 14 -
CMYK 0 0.18 0.92 0.27
HSL 48.14º 0.86% 0.39% -
HSV(B) 48.14º 0.92% 0.73% -
XYZ 31.56 32.93 5.11 -
YUV 146.43 53.26 156.22 -
System Red Green Blue C M Y K H S L
Decimal 186 152 14 0 0.18 0.92 0.27 48.14 0.86 0.39
Hex BA 98 E 0 12 5C 1B 30 56 27
Octal 272 230 16 0 22 134 33 60 126 47
Binary 10111010 10011000 1110 0 10010 1011100 11011 110000 1010110 100111

Color Harmonies of #BA980E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA980E

Black with #BA980E

Text Example


Text Example

White with #BA980E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA980E; }

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

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

background-color css

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

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

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

border-color css

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

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

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