Html Css Color HEX #BA971C Buddha Gold

📋 copy color: '#BA971C'

red 186 ◦ green 151 ◦ blue 28

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

Shades of Buddha Gold #BA971C

Tints of Buddha Gold #BA971C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.67%

R = 50.96%
G = 41.37%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA971C (or 0xBA971C) is known color: Buddha Gold. HEX triplet: BA, 97 and 1C. RGB value is (186,151,28). Sum of RGB (Red+Green+Blue) = 186+151+28=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA971C is #4568E3. Grayscale: #939393. Windows color (decimal): -4548836 or 1873850. OLE color: 1873850.

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

Color convert

RGB 186 151 28 -
CMYK 0 0.19 0.85 0.27
HSL 46.71º 0.74% 0.42% -
HSV(B) 46.71º 0.85% 0.73% -
XYZ 31.53 32.66 5.74 -
YUV 147.44 60.6 155.5 -
System Red Green Blue C M Y K H S L
Decimal 186 151 28 0 0.19 0.85 0.27 46.71 0.74 0.42
Hex BA 97 1C 0 13 55 1B 2F 4A 2A
Octal 272 227 34 0 23 125 33 57 112 52
Binary 10111010 10010111 11100 0 10011 1010101 11011 101111 1001010 101010

Color Harmonies of #BA971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA971C

Black with #BA971C

Text Example


Text Example

White with #BA971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA971C; }

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

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

background-color css

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

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

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

border-color css

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

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

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