Html Css Color HEX #BA7333 Meteor

📋 copy color: '#BA7333'

red 186 ◦ green 115 ◦ blue 51

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

Shades of Meteor #BA7333

Tints of Meteor #BA7333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.49%

R = 52.84%
G = 32.67%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA7333 (or 0xBA7333) is known color: Meteor. HEX triplet: BA, 73 and 33. RGB value is (186,115,51). Sum of RGB (Red+Green+Blue) = 186+115+51=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7333 is #458CCC. Grayscale: #818181. Windows color (decimal): -4558029 or 3371962. OLE color: 3371962.

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

Color convert

RGB 186 115 51 -
CMYK 0 0.38 0.73 0.27
HSL 28.44º 0.57% 0.46% -
HSV(B) 28.44º 0.73% 0.73% -
XYZ 26.98 22.94 6.14 -
YUV 128.93 84.02 168.7 -
System Red Green Blue C M Y K H S L
Decimal 186 115 51 0 0.38 0.73 0.27 28.44 0.57 0.46
Hex BA 73 33 0 26 49 1B 1C 39 2E
Octal 272 163 63 0 46 111 33 34 71 56
Binary 10111010 1110011 110011 0 100110 1001001 11011 11100 111001 101110

Color Harmonies of #BA7333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7333

Black with #BA7333

Text Example


Text Example

White with #BA7333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7333; }

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

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

background-color css

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

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

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

border-color css

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

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

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