Html Css Color HEX #BA7239 Meteor

📋 copy color: '#BA7239'

red 186 ◦ green 114 ◦ blue 57

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

Shades of Meteor #BA7239

Tints of Meteor #BA7239

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.93%

 BLUE value IS 57 (22.66% from 255) = 15.97%

R = 52.1%
G = 31.93%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA7239 (or 0xBA7239) is known color: Meteor. HEX triplet: BA, 72 and 39. RGB value is (186,114,57). Sum of RGB (Red+Green+Blue) = 186+114+57=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7239 is #458DC6. Grayscale: #818181. Windows color (decimal): -4558279 or 3764922. OLE color: 3764922.

HSL color Cylindrical-coordinate representation of color #BA7239: hue angle of 26.51º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA7239 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 114 57 -
CMYK 0 0.39 0.69 0.27
HSL 26.51º 0.53% 0.48% -
HSV(B) 26.51º 0.69% 0.73% -
XYZ 27.01 22.77 6.84 -
YUV 129.03 87.35 168.63 -
System Red Green Blue C M Y K H S L
Decimal 186 114 57 0 0.39 0.69 0.27 26.51 0.53 0.48
Hex BA 72 39 0 27 45 1B 1B 35 30
Octal 272 162 71 0 47 105 33 33 65 60
Binary 10111010 1110010 111001 0 100111 1000101 11011 11011 110101 110000

Color Harmonies of #BA7239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7239

Black with #BA7239

Text Example


Text Example

White with #BA7239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7239; }

 p { color: rgb(186,114,57); }

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

background-color css

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

 a { background-color: rgb(186,114,57); }

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

border-color css

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

 span { border-color: rgb(186,114,57); }

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