Html Css Color HEX #BA7236 Meteor

📋 copy color: '#BA7236'

red 186 ◦ green 114 ◦ blue 54

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

Shades of Meteor #BA7236

Tints of Meteor #BA7236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.25%

R = 52.54%
G = 32.2%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA7236 (or 0xBA7236) is known color: Meteor. HEX triplet: BA, 72 and 36. RGB value is (186,114,54). Sum of RGB (Red+Green+Blue) = 186+114+54=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7236 is #458DC9. Grayscale: #818181. Windows color (decimal): -4558282 or 3568314. OLE color: 3568314.

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

Color convert

RGB 186 114 54 -
CMYK 0 0.39 0.71 0.27
HSL 27.27º 0.55% 0.47% -
HSV(B) 27.27º 0.71% 0.73% -
XYZ 26.93 22.74 6.46 -
YUV 128.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 186 114 54 0 0.39 0.71 0.27 27.27 0.55 0.47
Hex BA 72 36 0 27 47 1B 1B 37 2F
Octal 272 162 66 0 47 107 33 33 67 57
Binary 10111010 1110010 110110 0 100111 1000111 11011 11011 110111 101111

Color Harmonies of #BA7236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7236

Black with #BA7236

Text Example


Text Example

White with #BA7236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7236; }

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

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

background-color css

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

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

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

border-color css

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

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

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