Html Css Color HEX #BA7531 Meteor

📋 copy color: '#BA7531'

red 186 ◦ green 117 ◦ blue 49

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

Shades of Meteor #BA7531

Tints of Meteor #BA7531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.92%

R = 52.84%
G = 33.24%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA7531 (or 0xBA7531) is known color: Meteor. HEX triplet: BA, 75 and 31. RGB value is (186,117,49). Sum of RGB (Red+Green+Blue) = 186+117+49=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7531 is #458ACE. Grayscale: #828282. Windows color (decimal): -4557519 or 3241402. OLE color: 3241402.

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

Color convert

RGB 186 117 49 -
CMYK 0 0.37 0.74 0.27
HSL 29.78º 0.58% 0.46% -
HSV(B) 29.78º 0.74% 0.73% -
XYZ 27.17 23.38 5.99 -
YUV 129.88 82.36 168.03 -
System Red Green Blue C M Y K H S L
Decimal 186 117 49 0 0.37 0.74 0.27 29.78 0.58 0.46
Hex BA 75 31 0 25 4A 1B 1E 3A 2E
Octal 272 165 61 0 45 112 33 36 72 56
Binary 10111010 1110101 110001 0 100101 1001010 11011 11110 111010 101110

Color Harmonies of #BA7531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7531

Black with #BA7531

Text Example


Text Example

White with #BA7531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7531; }

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

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

background-color css

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

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

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

border-color css

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

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

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