Html Css Color HEX #BA971E Buddha Gold

📋 copy color: '#BA971E'

red 186 ◦ green 151 ◦ blue 30

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

Shades of Buddha Gold #BA971E

Tints of Buddha Gold #BA971E

RGB

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

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

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

R = 50.68%
G = 41.14%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA971E (or 0xBA971E) is known color: Buddha Gold. HEX triplet: BA, 97 and 1E. RGB value is (186,151,30). Sum of RGB (Red+Green+Blue) = 186+151+30=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA971E is #4568E1. Grayscale: #949494. Windows color (decimal): -4548834 or 2004922. OLE color: 2004922.

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

Color convert

RGB 186 151 30 -
CMYK 0 0.19 0.84 0.27
HSL 46.54º 0.72% 0.42% -
HSV(B) 46.54º 0.84% 0.73% -
XYZ 31.55 32.67 5.87 -
YUV 147.67 61.6 155.34 -
System Red Green Blue C M Y K H S L
Decimal 186 151 30 0 0.19 0.84 0.27 46.54 0.72 0.42
Hex BA 97 1E 0 13 54 1B 2F 48 2A
Octal 272 227 36 0 23 124 33 57 110 52
Binary 10111010 10010111 11110 0 10011 1010100 11011 101111 1001000 101010

Color Harmonies of #BA971E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA971E

Black with #BA971E

Text Example


Text Example

White with #BA971E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA971E; }

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

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

background-color css

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

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

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

border-color css

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

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

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