Html Css Color HEX #BA6E35 Meteor

📋 copy color: '#BA6E35'

red 186 ◦ green 110 ◦ blue 53

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

Shades of Meteor #BA6E35

Tints of Meteor #BA6E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.19%

R = 53.3%
G = 31.52%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA6E35 (or 0xBA6E35) is known color: Meteor. HEX triplet: BA, 6E and 35. RGB value is (186,110,53). Sum of RGB (Red+Green+Blue) = 186+110+53=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6E35 is #4591CA. Grayscale: #7E7E7E. Windows color (decimal): -4559307 or 3501754. OLE color: 3501754.

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

Color convert

RGB 186 110 53 -
CMYK 0 0.41 0.72 0.27
HSL 25.71º 0.56% 0.47% -
HSV(B) 25.71º 0.72% 0.73% -
XYZ 26.47 21.85 6.19 -
YUV 126.23 86.68 170.63 -
System Red Green Blue C M Y K H S L
Decimal 186 110 53 0 0.41 0.72 0.27 25.71 0.56 0.47
Hex BA 6E 35 0 29 48 1B 1A 38 2F
Octal 272 156 65 0 51 110 33 32 70 57
Binary 10111010 1101110 110101 0 101001 1001000 11011 11010 111000 101111

Color Harmonies of #BA6E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E35

Black with #BA6E35

Text Example


Text Example

White with #BA6E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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