Html Css Color HEX #BA752E Meteor

📋 copy color: '#BA752E'

red 186 ◦ green 117 ◦ blue 46

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

Shades of Meteor #BA752E

Tints of Meteor #BA752E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.52%

 BLUE value IS 46 (18.36% from 255) = 13.18%

R = 53.3%
G = 33.52%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA752E (or 0xBA752E) is known color: Meteor. HEX triplet: BA, 75 and 2E. RGB value is (186,117,46). Sum of RGB (Red+Green+Blue) = 186+117+46=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA752E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA752E is #458AD1. Grayscale: #818181. Windows color (decimal): -4557522 or 3044794. OLE color: 3044794.

HSL color Cylindrical-coordinate representation of color #BA752E: hue angle of 30.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA752E is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 117 46 -
CMYK 0 0.37 0.75 0.27
HSL 30.43º 0.6% 0.45% -
HSV(B) 30.43º 0.75% 0.73% -
XYZ 27.1 23.36 5.66 -
YUV 129.54 80.86 168.27 -
System Red Green Blue C M Y K H S L
Decimal 186 117 46 0 0.37 0.75 0.27 30.43 0.6 0.45
Hex BA 75 2E 0 25 4B 1B 1E 3C 2D
Octal 272 165 56 0 45 113 33 36 74 55
Binary 10111010 1110101 101110 0 100101 1001011 11011 11110 111100 101101

Color Harmonies of #BA752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA752E

Black with #BA752E

Text Example


Text Example

White with #BA752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA752E; }

 p { color: rgb(186,117,46); }

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

background-color css

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

 a { background-color: rgb(186,117,46); }

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

border-color css

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

 span { border-color: rgb(186,117,46); }

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