Html Css Color HEX #BA7335 Meteor

📋 copy color: '#BA7335'

red 186 ◦ green 115 ◦ blue 53

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

Shades of Meteor #BA7335

Tints of Meteor #BA7335

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.49%

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

R = 52.54%
G = 32.49%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA7335 (or 0xBA7335) is known color: Meteor. HEX triplet: BA, 73 and 35. RGB value is (186,115,53). Sum of RGB (Red+Green+Blue) = 186+115+53=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7335 is #458CCA. Grayscale: #818181. Windows color (decimal): -4558027 or 3503034. OLE color: 3503034.

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

Color convert

RGB 186 115 53 -
CMYK 0 0.38 0.72 0.27
HSL 27.97º 0.56% 0.47% -
HSV(B) 27.97º 0.72% 0.73% -
XYZ 27.02 22.96 6.38 -
YUV 129.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 186 115 53 0 0.38 0.72 0.27 27.97 0.56 0.47
Hex BA 73 35 0 26 48 1B 1C 38 2F
Octal 272 163 65 0 46 110 33 34 70 57
Binary 10111010 1110011 110101 0 100110 1001000 11011 11100 111000 101111

Color Harmonies of #BA7335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7335

Black with #BA7335

Text Example


Text Example

White with #BA7335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7335; }

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

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

background-color css

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

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

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

border-color css

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

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

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