Html Css Color HEX #BA911A Buddha Gold

📋 copy color: '#BA911A'

red 186 ◦ green 145 ◦ blue 26

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

Shades of Buddha Gold #BA911A

Tints of Buddha Gold #BA911A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.62%

 BLUE value IS 26 (10.55% from 255) = 7.28%

R = 52.1%
G = 40.62%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA911A (or 0xBA911A) is known color: Buddha Gold. HEX triplet: BA, 91 and 1A. RGB value is (186,145,26). Sum of RGB (Red+Green+Blue) = 186+145+26=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA911A is #456EE5. Grayscale: #909090. Windows color (decimal): -4550374 or 1741242. OLE color: 1741242.

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

Color convert

RGB 186 145 26 -
CMYK 0 0.22 0.86 0.27
HSL 44.63º 0.75% 0.42% -
HSV(B) 44.63º 0.86% 0.73% -
XYZ 30.56 30.76 5.3 -
YUV 143.69 61.58 158.18 -
System Red Green Blue C M Y K H S L
Decimal 186 145 26 0 0.22 0.86 0.27 44.63 0.75 0.42
Hex BA 91 1A 0 16 56 1B 2D 4B 2A
Octal 272 221 32 0 26 126 33 55 113 52
Binary 10111010 10010001 11010 0 10110 1010110 11011 101101 1001011 101010

Color Harmonies of #BA911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA911A

Black with #BA911A

Text Example


Text Example

White with #BA911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA911A; }

 p { color: rgb(186,145,26); }

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

background-color css

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

 a { background-color: rgb(186,145,26); }

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

border-color css

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

 span { border-color: rgb(186,145,26); }

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