Html Css Color HEX #BA941A Buddha Gold

📋 copy color: '#BA941A'

red 186 ◦ green 148 ◦ blue 26

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

Shades of Buddha Gold #BA941A

Tints of Buddha Gold #BA941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.11%

 BLUE value IS 26 (10.55% from 255) = 7.22%

R = 51.67%
G = 41.11%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA941A (or 0xBA941A) is known color: Buddha Gold. HEX triplet: BA, 94 and 1A. RGB value is (186,148,26). Sum of RGB (Red+Green+Blue) = 186+148+26=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA941A is #456BE5. Grayscale: #919191. Windows color (decimal): -4549606 or 1742010. OLE color: 1742010.

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

Color convert

RGB 186 148 26 -
CMYK 0 0.20 0.86 0.27
HSL 45.75º 0.75% 0.42% -
HSV(B) 45.75º 0.86% 0.73% -
XYZ 31.03 31.69 5.46 -
YUV 145.45 60.59 156.92 -
System Red Green Blue C M Y K H S L
Decimal 186 148 26 0 0.20 0.86 0.27 45.75 0.75 0.42
Hex BA 94 1A 0 14 56 1B 2E 4B 2A
Octal 272 224 32 0 24 126 33 56 113 52
Binary 10111010 10010100 11010 0 10100 1010110 11011 101110 1001011 101010

Color Harmonies of #BA941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA941A

Black with #BA941A

Text Example


Text Example

White with #BA941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA941A; }

 p { color: rgb(186,148,26); }

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

background-color css

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

 a { background-color: rgb(186,148,26); }

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

border-color css

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

 span { border-color: rgb(186,148,26); }

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