Html Css Color HEX #BA732E Meteor

📋 copy color: '#BA732E'

red 186 ◦ green 115 ◦ blue 46

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

Shades of Meteor #BA732E

Tints of Meteor #BA732E

RGB

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

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

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

R = 53.6%
G = 33.14%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA732E (or 0xBA732E) is known color: Meteor. HEX triplet: BA, 73 and 2E. RGB value is (186,115,46). Sum of RGB (Red+Green+Blue) = 186+115+46=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA732E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA732E is #458CD1. Grayscale: #808080. Windows color (decimal): -4558034 or 3044282. OLE color: 3044282.

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

Color convert

RGB 186 115 46 -
CMYK 0 0.38 0.75 0.27
HSL 29.57º 0.6% 0.45% -
HSV(B) 29.57º 0.75% 0.73% -
XYZ 26.87 22.9 5.59 -
YUV 128.36 81.52 169.11 -
System Red Green Blue C M Y K H S L
Decimal 186 115 46 0 0.38 0.75 0.27 29.57 0.6 0.45
Hex BA 73 2E 0 26 4B 1B 1E 3C 2D
Octal 272 163 56 0 46 113 33 36 74 55
Binary 10111010 1110011 101110 0 100110 1001011 11011 11110 111100 101101

Color Harmonies of #BA732E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA732E

Black with #BA732E

Text Example


Text Example

White with #BA732E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA732E; }

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

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

background-color css

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

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

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

border-color css

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

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

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