Html Css Color HEX #BA7838 Meteor

📋 copy color: '#BA7838'

red 186 ◦ green 120 ◦ blue 56

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

Shades of Meteor #BA7838

Tints of Meteor #BA7838

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.15%

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

R = 51.38%
G = 33.15%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA7838 (or 0xBA7838) is known color: Meteor. HEX triplet: BA, 78 and 38. RGB value is (186,120,56). Sum of RGB (Red+Green+Blue) = 186+120+56=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7838 is #4587C7. Grayscale: #848484. Windows color (decimal): -4556744 or 3700922. OLE color: 3700922.

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

Color convert

RGB 186 120 56 -
CMYK 0 0.35 0.70 0.27
HSL 29.54º 0.54% 0.47% -
HSV(B) 29.54º 0.7% 0.73% -
XYZ 27.68 24.16 6.95 -
YUV 132.44 84.87 166.2 -
System Red Green Blue C M Y K H S L
Decimal 186 120 56 0 0.35 0.70 0.27 29.54 0.54 0.47
Hex BA 78 38 0 23 46 1B 1E 36 2F
Octal 272 170 70 0 43 106 33 36 66 57
Binary 10111010 1111000 111000 0 100011 1000110 11011 11110 110110 101111

Color Harmonies of #BA7838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7838

Black with #BA7838

Text Example


Text Example

White with #BA7838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7838; }

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

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

background-color css

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

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

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

border-color css

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

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

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