Html Css Color HEX #BA931E Buddha Gold

📋 copy color: '#BA931E'

red 186 ◦ green 147 ◦ blue 30

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

Shades of Buddha Gold #BA931E

Tints of Buddha Gold #BA931E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.5%

 BLUE value IS 30 (12.11% from 255) = 8.26%

R = 51.24%
G = 40.5%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA931E (or 0xBA931E) is known color: Buddha Gold. HEX triplet: BA, 93 and 1E. RGB value is (186,147,30). Sum of RGB (Red+Green+Blue) = 186+147+30=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA931E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA931E is #456CE1. Grayscale: #919191. Windows color (decimal): -4549858 or 2003898. OLE color: 2003898.

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

Color convert

RGB 186 147 30 -
CMYK 0 0.21 0.84 0.27
HSL 45º 0.72% 0.42% -
HSV(B) 45º 0.84% 0.73% -
XYZ 30.92 31.4 5.66 -
YUV 145.32 62.92 157.01 -
System Red Green Blue C M Y K H S L
Decimal 186 147 30 0 0.21 0.84 0.27 45 0.72 0.42
Hex BA 93 1E 0 15 54 1B 2D 48 2A
Octal 272 223 36 0 25 124 33 55 110 52
Binary 10111010 10010011 11110 0 10101 1010100 11011 101101 1001000 101010

Color Harmonies of #BA931E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA931E

Black with #BA931E

Text Example


Text Example

White with #BA931E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA931E; }

 p { color: rgb(186,147,30); }

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

background-color css

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

 a { background-color: rgb(186,147,30); }

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

border-color css

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

 span { border-color: rgb(186,147,30); }

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