Html Css Color HEX #BA7536 Meteor

📋 copy color: '#BA7536'

red 186 ◦ green 117 ◦ blue 54

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

Shades of Meteor #BA7536

Tints of Meteor #BA7536

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

 BLUE value IS 54 (21.48% from 255) = 15.13%

R = 52.1%
G = 32.77%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA7536 (or 0xBA7536) is known color: Meteor. HEX triplet: BA, 75 and 36. RGB value is (186,117,54). Sum of RGB (Red+Green+Blue) = 186+117+54=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7536 is #458AC9. Grayscale: #828282. Windows color (decimal): -4557514 or 3569082. OLE color: 3569082.

HSL color Cylindrical-coordinate representation of color #BA7536: hue angle of 28.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA7536 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 117 54 -
CMYK 0 0.37 0.71 0.27
HSL 28.64º 0.55% 0.47% -
HSV(B) 28.64º 0.71% 0.73% -
XYZ 27.28 23.43 6.57 -
YUV 130.45 84.86 167.62 -
System Red Green Blue C M Y K H S L
Decimal 186 117 54 0 0.37 0.71 0.27 28.64 0.55 0.47
Hex BA 75 36 0 25 47 1B 1D 37 2F
Octal 272 165 66 0 45 107 33 35 67 57
Binary 10111010 1110101 110110 0 100101 1000111 11011 11101 110111 101111

Color Harmonies of #BA7536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7536

Black with #BA7536

Text Example


Text Example

White with #BA7536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7536; }

 p { color: rgb(186,117,54); }

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

background-color css

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

 a { background-color: rgb(186,117,54); }

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

border-color css

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

 span { border-color: rgb(186,117,54); }

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