Html Css Color HEX #BA7338 Meteor

📋 copy color: '#BA7338'

red 186 ◦ green 115 ◦ blue 56

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

Shades of Meteor #BA7338

Tints of Meteor #BA7338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.69%

R = 52.1%
G = 32.21%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA7338 (or 0xBA7338) is known color: Meteor. HEX triplet: BA, 73 and 38. RGB value is (186,115,56). Sum of RGB (Red+Green+Blue) = 186+115+56=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7338 is #458CC7. Grayscale: #818181. Windows color (decimal): -4558024 or 3699642. OLE color: 3699642.

HSL color Cylindrical-coordinate representation of color #BA7338: hue angle of 27.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA7338 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 115 56 -
CMYK 0 0.38 0.70 0.27
HSL 27.23º 0.54% 0.47% -
HSV(B) 27.23º 0.7% 0.73% -
XYZ 27.09 22.99 6.75 -
YUV 129.5 86.52 168.3 -
System Red Green Blue C M Y K H S L
Decimal 186 115 56 0 0.38 0.70 0.27 27.23 0.54 0.47
Hex BA 73 38 0 26 46 1B 1B 36 2F
Octal 272 163 70 0 46 106 33 33 66 57
Binary 10111010 1110011 111000 0 100110 1000110 11011 11011 110110 101111

Color Harmonies of #BA7338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7338

Black with #BA7338

Text Example


Text Example

White with #BA7338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7338; }

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

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

background-color css

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

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

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

border-color css

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

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

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