Html Css Color HEX #BA940F Buddha Gold

📋 copy color: '#BA940F'

red 186 ◦ green 148 ◦ blue 15

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

Shades of Buddha Gold #BA940F

Tints of Buddha Gold #BA940F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.3%

R = 53.3%
G = 42.41%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA940F (or 0xBA940F) is known color: Buddha Gold. HEX triplet: BA, 94 and 0F. RGB value is (186,148,15). Sum of RGB (Red+Green+Blue) = 186+148+15=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA940F is #456BF0. Grayscale: #909090. Windows color (decimal): -4549617 or 1021114. OLE color: 1021114.

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

Color convert

RGB 186 148 15 -
CMYK 0 0.20 0.92 0.27
HSL 46.67º 0.85% 0.39% -
HSV(B) 46.67º 0.92% 0.73% -
XYZ 30.93 31.65 4.93 -
YUV 144.2 55.09 157.81 -
System Red Green Blue C M Y K H S L
Decimal 186 148 15 0 0.20 0.92 0.27 46.67 0.85 0.39
Hex BA 94 F 0 14 5C 1B 2F 55 27
Octal 272 224 17 0 24 134 33 57 125 47
Binary 10111010 10010100 1111 0 10100 1011100 11011 101111 1010101 100111

Color Harmonies of #BA940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA940F

Black with #BA940F

Text Example


Text Example

White with #BA940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA940F; }

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

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

background-color css

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

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

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

border-color css

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

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

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