Html Css Color HEX #BA971F Buddha Gold

📋 copy color: '#BA971F'

red 186 ◦ green 151 ◦ blue 31

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

Shades of Buddha Gold #BA971F

Tints of Buddha Gold #BA971F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.03%

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

R = 50.54%
G = 41.03%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA971F (or 0xBA971F) is known color: Buddha Gold. HEX triplet: BA, 97 and 1F. RGB value is (186,151,31). Sum of RGB (Red+Green+Blue) = 186+151+31=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA971F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA971F is #4568E0. Grayscale: #949494. Windows color (decimal): -4548833 or 2070458. OLE color: 2070458.

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

Color convert

RGB 186 151 31 -
CMYK 0 0.19 0.83 0.27
HSL 46.45º 0.71% 0.43% -
HSV(B) 46.45º 0.83% 0.73% -
XYZ 31.56 32.67 5.94 -
YUV 147.79 62.1 155.26 -
System Red Green Blue C M Y K H S L
Decimal 186 151 31 0 0.19 0.83 0.27 46.45 0.71 0.43
Hex BA 97 1F 0 13 53 1B 2E 47 2B
Octal 272 227 37 0 23 123 33 56 107 53
Binary 10111010 10010111 11111 0 10011 1010011 11011 101110 1000111 101011

Color Harmonies of #BA971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA971F

Black with #BA971F

Text Example


Text Example

White with #BA971F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA971F; }

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

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

background-color css

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

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

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

border-color css

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

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

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