Html Css Color HEX #BA991E Buddha Gold

📋 copy color: '#BA991E'

red 186 ◦ green 153 ◦ blue 30

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

Shades of Buddha Gold #BA991E

Tints of Buddha Gold #BA991E

RGB

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

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

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

R = 50.41%
G = 41.46%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA991E (or 0xBA991E) is known color: Buddha Gold. HEX triplet: BA, 99 and 1E. RGB value is (186,153,30). Sum of RGB (Red+Green+Blue) = 186+153+30=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA991E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA991E is #4566E1. Grayscale: #959595. Windows color (decimal): -4548322 or 2005434. OLE color: 2005434.

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

Color convert

RGB 186 153 30 -
CMYK 0 0.18 0.84 0.27
HSL 47.31º 0.72% 0.42% -
HSV(B) 47.31º 0.84% 0.73% -
XYZ 31.88 33.32 5.98 -
YUV 148.85 60.93 154.5 -
System Red Green Blue C M Y K H S L
Decimal 186 153 30 0 0.18 0.84 0.27 47.31 0.72 0.42
Hex BA 99 1E 0 12 54 1B 2F 48 2A
Octal 272 231 36 0 22 124 33 57 110 52
Binary 10111010 10011001 11110 0 10010 1010100 11011 101111 1001000 101010

Color Harmonies of #BA991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA991E

Black with #BA991E

Text Example


Text Example

White with #BA991E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA991E; }

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

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

background-color css

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

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

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

border-color css

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

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

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