Html Css Color HEX #BA981F Buddha Gold

📋 copy color: '#BA981F'

red 186 ◦ green 152 ◦ blue 31

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

Shades of Buddha Gold #BA981F

Tints of Buddha Gold #BA981F

RGB

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

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

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

R = 50.41%
G = 41.19%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA981F (or 0xBA981F) is known color: Buddha Gold. HEX triplet: BA, 98 and 1F. RGB value is (186,152,31). Sum of RGB (Red+Green+Blue) = 186+152+31=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA981F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA981F is #4567E0. Grayscale: #949494. Windows color (decimal): -4548577 or 2070714. OLE color: 2070714.

HSL color Cylindrical-coordinate representation of color #BA981F: hue angle of 46.84º 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 #BA981F is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 152 31 -
CMYK 0 0.18 0.83 0.27
HSL 46.84º 0.71% 0.43% -
HSV(B) 46.84º 0.83% 0.73% -
XYZ 31.73 32.99 5.99 -
YUV 148.37 61.76 154.84 -
System Red Green Blue C M Y K H S L
Decimal 186 152 31 0 0.18 0.83 0.27 46.84 0.71 0.43
Hex BA 98 1F 0 12 53 1B 2F 47 2B
Octal 272 230 37 0 22 123 33 57 107 53
Binary 10111010 10011000 11111 0 10010 1010011 11011 101111 1000111 101011

Color Harmonies of #BA981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA981F

Black with #BA981F

Text Example


Text Example

White with #BA981F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA981F; }

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

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

background-color css

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

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

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

border-color css

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

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

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