Html Css Color HEX #BA991C Buddha Gold

📋 copy color: '#BA991C'

red 186 ◦ green 153 ◦ blue 28

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

Shades of Buddha Gold #BA991C

Tints of Buddha Gold #BA991C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.69%

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

R = 50.68%
G = 41.69%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA991C (or 0xBA991C) is known color: Buddha Gold. HEX triplet: BA, 99 and 1C. RGB value is (186,153,28). Sum of RGB (Red+Green+Blue) = 186+153+28=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA991C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA991C is #4566E3. Grayscale: #959595. Windows color (decimal): -4548324 or 1874362. OLE color: 1874362.

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

Color convert

RGB 186 153 28 -
CMYK 0 0.18 0.85 0.27
HSL 47.47º 0.74% 0.42% -
HSV(B) 47.47º 0.85% 0.73% -
XYZ 31.85 33.31 5.85 -
YUV 148.62 59.93 154.66 -
System Red Green Blue C M Y K H S L
Decimal 186 153 28 0 0.18 0.85 0.27 47.47 0.74 0.42
Hex BA 99 1C 0 12 55 1B 2F 4A 2A
Octal 272 231 34 0 22 125 33 57 112 52
Binary 10111010 10011001 11100 0 10010 1010101 11011 101111 1001010 101010

Color Harmonies of #BA991C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA991C

Black with #BA991C

Text Example


Text Example

White with #BA991C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA991C; }

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

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

background-color css

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

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

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

border-color css

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

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

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