Html Css Color HEX #BA733A Meteor

📋 copy color: '#BA733A'

red 186 ◦ green 115 ◦ blue 58

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

Shades of Meteor #BA733A

Tints of Meteor #BA733A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.16%

R = 51.81%
G = 32.03%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA733A (or 0xBA733A) is known color: Meteor. HEX triplet: BA, 73 and 3A. RGB value is (186,115,58). Sum of RGB (Red+Green+Blue) = 186+115+58=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA733A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA733A is #458CC5. Grayscale: #828282. Windows color (decimal): -4558022 or 3830714. OLE color: 3830714.

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

Color convert

RGB 186 115 58 -
CMYK 0 0.38 0.69 0.27
HSL 26.72º 0.52% 0.48% -
HSV(B) 26.72º 0.69% 0.73% -
XYZ 27.14 23.01 7.01 -
YUV 129.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 186 115 58 0 0.38 0.69 0.27 26.72 0.52 0.48
Hex BA 73 3A 0 26 45 1B 1B 34 30
Octal 272 163 72 0 46 105 33 33 64 60
Binary 10111010 1110011 111010 0 100110 1000101 11011 11011 110100 110000

Color Harmonies of #BA733A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA733A

Black with #BA733A

Text Example


Text Example

White with #BA733A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA733A; }

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

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

background-color css

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

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

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

border-color css

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

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

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