Html Css Color HEX #BA901C Buddha Gold

📋 copy color: '#BA901C'

red 186 ◦ green 144 ◦ blue 28

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

Shades of Buddha Gold #BA901C

Tints of Buddha Gold #BA901C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.22%

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

R = 51.96%
G = 40.22%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA901C (or 0xBA901C) is known color: Buddha Gold. HEX triplet: BA, 90 and 1C. RGB value is (186,144,28). Sum of RGB (Red+Green+Blue) = 186+144+28=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA901C is #456FE3. Grayscale: #8F8F8F. Windows color (decimal): -4550628 or 1872058. OLE color: 1872058.

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

Color convert

RGB 186 144 28 -
CMYK 0 0.23 0.85 0.27
HSL 44.05º 0.74% 0.42% -
HSV(B) 44.05º 0.85% 0.73% -
XYZ 30.43 30.47 5.38 -
YUV 143.33 62.91 158.43 -
System Red Green Blue C M Y K H S L
Decimal 186 144 28 0 0.23 0.85 0.27 44.05 0.74 0.42
Hex BA 90 1C 0 17 55 1B 2C 4A 2A
Octal 272 220 34 0 27 125 33 54 112 52
Binary 10111010 10010000 11100 0 10111 1010101 11011 101100 1001010 101010

Color Harmonies of #BA901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA901C

Black with #BA901C

Text Example


Text Example

White with #BA901C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA901C; }

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

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

background-color css

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

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

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

border-color css

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

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

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