Html Css Color HEX #BA6D28 Meteor

📋 copy color: '#BA6D28'

red 186 ◦ green 109 ◦ blue 40

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

Shades of Meteor #BA6D28

Tints of Meteor #BA6D28

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

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

R = 55.52%
G = 32.54%
B = 11.94%

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

#BA6D28 (or 0xBA6D28) is known color: Meteor. HEX triplet: BA, 6D and 28. RGB value is (186,109,40). Sum of RGB (Red+Green+Blue) = 186+109+40=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D28 is #4592D7. Grayscale: #7C7C7C. Windows color (decimal): -4559576 or 2649530. OLE color: 2649530.

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

Color convert

RGB 186 109 40 -
CMYK 0 0.41 0.78 0.27
HSL 28.36º 0.65% 0.44% -
HSV(B) 28.36º 0.78% 0.73% -
XYZ 26.1 21.53 4.79 -
YUV 124.16 80.51 172.11 -
System Red Green Blue C M Y K H S L
Decimal 186 109 40 0 0.41 0.78 0.27 28.36 0.65 0.44
Hex BA 6D 28 0 29 4E 1B 1C 41 2C
Octal 272 155 50 0 51 116 33 34 101 54
Binary 10111010 1101101 101000 0 101001 1001110 11011 11100 1000001 101100

Color Harmonies of #BA6D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6D28

Black with #BA6D28

Text Example


Text Example

White with #BA6D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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