Html Css Color HEX #BA990E Buddha Gold

📋 copy color: '#BA990E'

red 186 ◦ green 153 ◦ blue 14

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

Shades of Buddha Gold #BA990E

Tints of Buddha Gold #BA990E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.97%

R = 52.69%
G = 43.34%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA990E (or 0xBA990E) is known color: Buddha Gold. HEX triplet: BA, 99 and 0E. RGB value is (186,153,14). Sum of RGB (Red+Green+Blue) = 186+153+14=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA990E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA990E is #4566F1. Grayscale: #939393. Windows color (decimal): -4548338 or 956858. OLE color: 956858.

HSL color Cylindrical-coordinate representation of color #BA990E: hue angle of 48.49º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA990E is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 153 14 -
CMYK 0 0.18 0.92 0.27
HSL 48.49º 0.86% 0.39% -
HSV(B) 48.49º 0.92% 0.73% -
XYZ 31.72 33.25 5.16 -
YUV 147.02 52.93 155.8 -
System Red Green Blue C M Y K H S L
Decimal 186 153 14 0 0.18 0.92 0.27 48.49 0.86 0.39
Hex BA 99 E 0 12 5C 1B 30 56 27
Octal 272 231 16 0 22 134 33 60 126 47
Binary 10111010 10011001 1110 0 10010 1011100 11011 110000 1010110 100111

Color Harmonies of #BA990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA990E

Black with #BA990E

Text Example


Text Example

White with #BA990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA990E; }

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

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

background-color css

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

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

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

border-color css

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

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

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