Html Css Color HEX #BA6E28 Meteor

📋 copy color: '#BA6E28'

red 186 ◦ green 110 ◦ blue 40

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

Shades of Meteor #BA6E28

Tints of Meteor #BA6E28

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.74%

 BLUE value IS 40 (16.02% from 255) = 11.9%

R = 55.36%
G = 32.74%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA6E28 (or 0xBA6E28) is known color: Meteor. HEX triplet: BA, 6E and 28. RGB value is (186,110,40). Sum of RGB (Red+Green+Blue) = 186+110+40=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6E28 is #4591D7. Grayscale: #7D7D7D. Windows color (decimal): -4559320 or 2649786. OLE color: 2649786.

HSL color Cylindrical-coordinate representation of color #BA6E28: hue angle of 28.77º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA6E28 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 110 40 -
CMYK 0 0.41 0.78 0.27
HSL 28.77º 0.65% 0.44% -
HSV(B) 28.77º 0.78% 0.73% -
XYZ 26.21 21.74 4.82 -
YUV 124.74 80.18 171.69 -
System Red Green Blue C M Y K H S L
Decimal 186 110 40 0 0.41 0.78 0.27 28.77 0.65 0.44
Hex BA 6E 28 0 29 4E 1B 1D 41 2C
Octal 272 156 50 0 51 116 33 35 101 54
Binary 10111010 1101110 101000 0 101001 1001110 11011 11101 1000001 101100

Color Harmonies of #BA6E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E28

Black with #BA6E28

Text Example


Text Example

White with #BA6E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E28; }

 p { color: rgb(186,110,40); }

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

background-color css

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

 a { background-color: rgb(186,110,40); }

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

border-color css

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

 span { border-color: rgb(186,110,40); }

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