Html Css Color HEX #BA941F Buddha Gold

📋 copy color: '#BA941F'

red 186 ◦ green 148 ◦ blue 31

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

Shades of Buddha Gold #BA941F

Tints of Buddha Gold #BA941F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.49%

R = 50.96%
G = 40.55%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA941F (or 0xBA941F) is known color: Buddha Gold. HEX triplet: BA, 94 and 1F. RGB value is (186,148,31). Sum of RGB (Red+Green+Blue) = 186+148+31=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA941F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA941F is #456BE0. Grayscale: #929292. Windows color (decimal): -4549601 or 2069690. OLE color: 2069690.

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

Color convert

RGB 186 148 31 -
CMYK 0 0.20 0.83 0.27
HSL 45.29º 0.71% 0.43% -
HSV(B) 45.29º 0.83% 0.73% -
XYZ 31.09 31.72 5.78 -
YUV 146.02 63.09 156.51 -
System Red Green Blue C M Y K H S L
Decimal 186 148 31 0 0.20 0.83 0.27 45.29 0.71 0.43
Hex BA 94 1F 0 14 53 1B 2D 47 2B
Octal 272 224 37 0 24 123 33 55 107 53
Binary 10111010 10010100 11111 0 10100 1010011 11011 101101 1000111 101011

Color Harmonies of #BA941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA941F

Black with #BA941F

Text Example


Text Example

White with #BA941F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA941F; }

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

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

background-color css

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

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

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

border-color css

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

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

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