Html Css Color HEX #BA7638 Meteor

📋 copy color: '#BA7638'

red 186 ◦ green 118 ◦ blue 56

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

Shades of Meteor #BA7638

Tints of Meteor #BA7638

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.78%

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

R = 51.67%
G = 32.78%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA7638 (or 0xBA7638) is known color: Meteor. HEX triplet: BA, 76 and 38. RGB value is (186,118,56). Sum of RGB (Red+Green+Blue) = 186+118+56=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7638 is #4589C7. Grayscale: #838383. Windows color (decimal): -4557256 or 3700410. OLE color: 3700410.

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

Color convert

RGB 186 118 56 -
CMYK 0 0.37 0.70 0.27
HSL 28.62º 0.54% 0.47% -
HSV(B) 28.62º 0.7% 0.73% -
XYZ 27.44 23.68 6.87 -
YUV 131.26 85.53 167.04 -
System Red Green Blue C M Y K H S L
Decimal 186 118 56 0 0.37 0.70 0.27 28.62 0.54 0.47
Hex BA 76 38 0 25 46 1B 1D 36 2F
Octal 272 166 70 0 45 106 33 35 66 57
Binary 10111010 1110110 111000 0 100101 1000110 11011 11101 110110 101111

Color Harmonies of #BA7638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7638

Black with #BA7638

Text Example


Text Example

White with #BA7638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7638; }

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

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

background-color css

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

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

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

border-color css

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

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

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