Html Css Color HEX #BA981C Buddha Gold

📋 copy color: '#BA981C'

red 186 ◦ green 152 ◦ blue 28

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

Shades of Buddha Gold #BA981C

Tints of Buddha Gold #BA981C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.65%

R = 50.82%
G = 41.53%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA981C (or 0xBA981C) is known color: Buddha Gold. HEX triplet: BA, 98 and 1C. RGB value is (186,152,28). Sum of RGB (Red+Green+Blue) = 186+152+28=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA981C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA981C is #4567E3. Grayscale: #949494. Windows color (decimal): -4548580 or 1874106. OLE color: 1874106.

HSL color Cylindrical-coordinate representation of color #BA981C: hue angle of 47.09º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA981C is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 152 28 -
CMYK 0 0.18 0.85 0.27
HSL 47.09º 0.74% 0.42% -
HSV(B) 47.09º 0.85% 0.73% -
XYZ 31.69 32.98 5.79 -
YUV 148.03 60.26 155.08 -
System Red Green Blue C M Y K H S L
Decimal 186 152 28 0 0.18 0.85 0.27 47.09 0.74 0.42
Hex BA 98 1C 0 12 55 1B 2F 4A 2A
Octal 272 230 34 0 22 125 33 57 112 52
Binary 10111010 10011000 11100 0 10010 1010101 11011 101111 1001010 101010

Color Harmonies of #BA981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA981C

Black with #BA981C

Text Example


Text Example

White with #BA981C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA981C; }

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

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

background-color css

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

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

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

border-color css

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

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

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