Html Css Color HEX #BA733C Meteor

📋 copy color: '#BA733C'

red 186 ◦ green 115 ◦ blue 60

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

Shades of Meteor #BA733C

Tints of Meteor #BA733C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.62%

R = 51.52%
G = 31.86%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA733C (or 0xBA733C) is known color: Meteor. HEX triplet: BA, 73 and 3C. RGB value is (186,115,60). Sum of RGB (Red+Green+Blue) = 186+115+60=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA733C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA733C is #458CC3. Grayscale: #828282. Windows color (decimal): -4558020 or 3961786. OLE color: 3961786.

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

Color convert

RGB 186 115 60 -
CMYK 0 0.38 0.68 0.27
HSL 26.19º 0.51% 0.48% -
HSV(B) 26.19º 0.68% 0.73% -
XYZ 27.2 23.03 7.29 -
YUV 129.96 88.52 167.97 -
System Red Green Blue C M Y K H S L
Decimal 186 115 60 0 0.38 0.68 0.27 26.19 0.51 0.48
Hex BA 73 3C 0 26 44 1B 1A 33 30
Octal 272 163 74 0 46 104 33 32 63 60
Binary 10111010 1110011 111100 0 100110 1000100 11011 11010 110011 110000

Color Harmonies of #BA733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA733C

Black with #BA733C

Text Example


Text Example

White with #BA733C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA733C; }

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

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

background-color css

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

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

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

border-color css

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

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

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