Html Css Color HEX #BA7836 Meteor

📋 copy color: '#BA7836'

red 186 ◦ green 120 ◦ blue 54

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

Shades of Meteor #BA7836

Tints of Meteor #BA7836

RGB

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

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

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

R = 51.67%
G = 33.33%
B = 15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA7836 (or 0xBA7836) is known color: Meteor. HEX triplet: BA, 78 and 36. RGB value is (186,120,54). Sum of RGB (Red+Green+Blue) = 186+120+54=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7836 is #4587C9. Grayscale: #848484. Windows color (decimal): -4556746 or 3569850. OLE color: 3569850.

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

Color convert

RGB 186 120 54 -
CMYK 0 0.35 0.71 0.27
HSL 30º 0.55% 0.47% -
HSV(B) 30º 0.71% 0.73% -
XYZ 27.63 24.14 6.69 -
YUV 132.21 83.87 166.37 -
System Red Green Blue C M Y K H S L
Decimal 186 120 54 0 0.35 0.71 0.27 30 0.55 0.47
Hex BA 78 36 0 23 47 1B 1E 37 2F
Octal 272 170 66 0 43 107 33 36 67 57
Binary 10111010 1111000 110110 0 100011 1000111 11011 11110 110111 101111

Color Harmonies of #BA7836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7836

Black with #BA7836

Text Example


Text Example

White with #BA7836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7836; }

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

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

background-color css

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

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

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

border-color css

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

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

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